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






Syntax

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