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


In This Topic
    GradientMode Property
    In This Topic
    Gets the gradient mode of a GradientMap.
    Syntax
    'Declaration
     
    <ApplyToDesignerAttribute(True)>
    <DescriptionAttribute("Represents the orientation of the gradientMap.")>
    <CategoryAttribute("Appearance")>
    Public Property GradientMode As GradientMode
    'Usage
     
    Dim instance As GradientMap
    Dim value As GradientMode
     
    instance.GradientMode = value
     
    value = instance.GradientMode
    [ApplyToDesigner(true)]
    [Description("Represents the orientation of the gradientMap.")]
    [Category("Appearance")]
    public GradientMode GradientMode {get; set;}

    Property Value

    A Xceed.UI.GradientMode value representing the gradient mode of the GradientMap.
    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