Intersoft WebGrid Documentation
BackColor2 Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFormatStyle Class : BackColor2 Property






Gets or sets the second background color of row in this control.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("End background color of the controls applied with this style. When specified, gradient back color will be rendered from BackColor to BackColor2.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Overridable Property BackColor2 As Color
Visual Basic (Usage)Copy Code
Dim instance As WebGridFormatStyle
Dim value As Color
 
instance.BackColor2 = value
 
value = instance.BackColor2
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("End background color of the controls applied with this style. When specified, gradient back color will be rendered from BackColor to BackColor2.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public virtual Color BackColor2 {get; set;}
Delphi 
public read-write property BackColor2: Color; virtual; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)
CategoryAttribute("Appearance")
DescriptionAttribute("End background color of the controls applied with this style. When specified, gradient back color will be rendered from BackColor to BackColor2.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set BackColor2 : Color
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("End background color of the controls applied with this style. When specified, gradient back color will be rendered from BackColor to BackColor2.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property virtual Color get_BackColor2();
public: __property virtual void set_BackColor2( 
   Color value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("End background color of the controls applied with this style. When specified, gradient back color will be rendered from BackColor to BackColor2.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
virtual property Color BackColor2 {
   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.