Xceed Grid for WinForms v4.3 Documentation
Xceed.UI.v1.4 Assembly / Xceed.UI Namespace / GradientMode Enumeration


In This Topic
    GradientMode Enumeration
    In This Topic
    A value representing the orientation of the gradient axis.
    Syntax
    'Declaration
     
    Public Enum GradientMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As GradientMode
    public enum GradientMode : System.Enum 
    Members
    MemberDescription
    HorizontalThe orientation of the gradient axis is horizontal: colors are graded from left to right.
    VerticalThe orientation of the gradient axis is vertical: colors are graded from top to bottom. (Default value.)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.UI.GradientMode

    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