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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("The light color of the bevel effect applied on the frame.")>
<CategoryAttribute("Bevel Effect")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property LightColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ChartImageFrameStyle
Dim value As Color
 
instance.LightColor = value
 
value = instance.LightColor
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("The light color of the bevel effect applied on the frame.")]
[CategoryAttribute("Bevel Effect")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public Color LightColor {get; set;}
Delphi 
public read-write property LightColor: Color; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("The light color of the bevel effect applied on the frame.")
CategoryAttribute("Bevel Effect")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set LightColor : Color
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("The light color of the bevel effect applied on the frame.")]
[CategoryAttribute("Bevel Effect")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property Color get_LightColor();
public: __property void set_LightColor( 
   Color value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("The light color of the bevel effect applied on the frame.")]
[CategoryAttribute("Bevel Effect")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property Color LightColor {
   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.