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






Syntax

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