Leadtools.WinForms Namespace > RasterImageViewer Class : FrameColor Property |
[DescriptionAttribute("Specifies the border color of the frame that you add to the control.")] [CategoryAttribute("Frame")] public virtual Color FrameColor {get; set;}
'Declaration <DescriptionAttribute("Specifies the border color of the frame that you add to the control.")> <CategoryAttribute("Frame")> Public Overridable Property FrameColor As Color
'Usage Dim instance As RasterImageViewer Dim value As Color instance.FrameColor = value value = instance.FrameColor
[DescriptionAttribute("Specifies the border color of the frame that you add to the control.")] [CategoryAttribute("Frame")] public: virtual property Color FrameColor { Color get(); void set ( Color value); }