LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

FrameShadowColor Property






Specifies the shadow color of the frame that you add to the control.
Syntax
[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 Color FrameShadowColor {get; set;}
DescriptionAttribute("The shadow color of the frame that you add to the control.")
CategoryAttribute("Frame")
 get_FrameShadowColor();
set_FrameShadowColor(value);
[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);
}

Property Value

The color of the shadow for the frame that you add to the control.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.