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






Syntax

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