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






Syntax

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