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






Syntax

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