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