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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The color of the light inner bevel side.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property InnerBevelLightColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ChartStandardFrameStyle
Dim value As Color
 
instance.InnerBevelLightColor = value
 
value = instance.InnerBevelLightColor
C# 
[DescriptionAttribute("The color of the light inner bevel side.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public Color InnerBevelLightColor {get; set;}
Delphi 
public read-write property InnerBevelLightColor: Color; 
JScript 
DescriptionAttribute("The color of the light inner bevel side.")
DefaultValueAttribute()
CategoryAttribute("Appearance")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set InnerBevelLightColor : Color
Managed Extensions for C++ 
[DescriptionAttribute("The color of the light inner bevel side.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property Color get_InnerBevelLightColor();
public: __property void set_InnerBevelLightColor( 
   Color value
);
C++/CLI 
[DescriptionAttribute("The color of the light inner bevel side.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property Color InnerBevelLightColor {
   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.