Xceed Grid for WinForms v4.3 Documentation
GradientMap Property (StatelessVisualGridElementStyle)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > StatelessVisualGridElementStyle Class : GradientMap Property
Gets or sets the GradientMap of the visual grid element.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<TypeConverterAttribute("Xceed.Grid.Design.BlankExpandableObjectConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DescriptionAttribute("Represents the GradientMap of the visual grid element.")>
<CategoryAttribute("Appearance")>
<LocalizableAttribute(True)>
<ApplyToDesignerAttribute(True)>
Public Property GradientMap As GradientMap
'Usage
 
Dim instance As StatelessVisualGridElementStyle
Dim value As GradientMap
 
instance.GradientMap = value
 
value = instance.GradientMap
[XmlIgnore()]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[TypeConverter("Xceed.Grid.Design.BlankExpandableObjectConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[Description("Represents the GradientMap of the visual grid element.")]
[Category("Appearance")]
[Localizable(true)]
[ApplyToDesigner(true)]
public GradientMap GradientMap {get; set;}

Property Value

A reference to an GradientMap object representing the background image of the grid element.
Remarks

To reset the value of the GradientMap property to its default value, DefaultGradientMap, the ResetGradientMap method must be called.

The GradientMap property cannot be null.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatelessVisualGridElementStyle Class
StatelessVisualGridElementStyle Members