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

    See Also