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






Gets or sets the gradient type in the control

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Specifies the gradient type for back color when BackColor2 is specified.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)>
<NotifyParentPropertyAttribute(True)>
Public Property GradientType As ISNet.WebUI.GradientType
Visual Basic (Usage)Copy Code
Dim instance As WebGridFormatStyle
Dim value As ISNet.WebUI.GradientType
 
instance.GradientType = value
 
value = instance.GradientType
C# 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Specifies the gradient type for back color when BackColor2 is specified.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[NotifyParentPropertyAttribute(true)]
public ISNet.WebUI.GradientType GradientType {get; set;}
Delphi 
public read-write property GradientType: ISNet.WebUI.GradientType; 
JScript 
CategoryAttribute("Appearance")
DescriptionAttribute("Specifies the gradient type for back color when BackColor2 is specified.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)
NotifyParentPropertyAttribute()
public function get,set GradientType : ISNet.WebUI.GradientType
Managed Extensions for C++ 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Specifies the gradient type for back color when BackColor2 is specified.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[NotifyParentPropertyAttribute(true)]
public: __property ISNet.WebUI.GradientType get_GradientType();
public: __property void set_GradientType( 
   ISNet.WebUI.GradientType value
);
C++/CLI 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Specifies the gradient type for back color when BackColor2 is specified.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[NotifyParentPropertyAttribute(true)]
public:
property ISNet.WebUI.GradientType GradientType {
   ISNet.WebUI.GradientType get();
   void set (    ISNet.WebUI.GradientType 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.