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






Syntax

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