ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / GradientDirection Enumeration

In This Topic
    GradientDirection Enumeration
    In This Topic
    An System.Enum represents the gradient direction.
    Syntax
    'Declaration
     
    
    Public Enum GradientDirection 
       Inherits System.Enum
    public enum GradientDirection : System.Enum 
    Members
    MemberDescription
    DownTowards to down.
    LeftTowards to left.
    RightTowards to right.
    UpTowards to up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.GradientDirection

    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