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


    GradientMap Property (GridControl)
    Gets or sets the gradient map of the GridControl.
    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 grid control.")>
    <CategoryAttribute("Appearance")>
    <ApplyToDesignerAttribute(True)>
    Public Property GradientMap As GradientMap
     
    'Usage
     
    Dim instance As GridControl
    Dim value As GradientMap
     
    instance.GradientMap = value
     
    value = instance.GradientMap

    Property Value

    A reference to a GradientMap object representing the gradient map of the grid control.
    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