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






Syntax

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