Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FillDirection Enumeration


In This Topic
    FillDirection Enumeration
    In This Topic
    Specifies the direction of the fill in the view.
    Syntax
    'Declaration
     
    
    Public Enum FillDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FillDirection
    public enum FillDirection : System.Enum 
    Members
    MemberDescription
    DownFills from the top to the bottom
    LeftFills from the right to the left
    RightFills from the left to the right
    UpFills from the bottom to the top
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.FillDirection

    See Also