Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / StatelessVisualGridElementStyle Class / GradientMap Property


    GradientMap Property (StatelessVisualGridElementStyle)
    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.25208.5768,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

    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