Intersoft WebGrid Documentation
ShadowColor Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartBevelAndEmbossImageFilterSettings Class : ShadowColor Property






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("The shadow color of the contour.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property ShadowColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ChartBevelAndEmbossImageFilterSettings
Dim value As Color
 
instance.ShadowColor = value
 
value = instance.ShadowColor
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The shadow color of the contour.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public Color ShadowColor {get; set;}
Delphi 
public read-write property ShadowColor: Color; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Appearance")
DefaultValueAttribute()
DescriptionAttribute("The shadow color of the contour.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set ShadowColor : Color
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The shadow color of the contour.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property Color get_ShadowColor();
public: __property void set_ShadowColor( 
   Color value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The shadow color of the contour.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property Color ShadowColor {
   Color get();
   void set (    Color value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.