Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / AlignCommand Enumeration


In This Topic
    AlignCommand Enumeration
    In This Topic
    Defines how to align specified objects relative to one another.
    Syntax
    'Declaration
     
    
    Public Enum AlignCommand 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AlignCommand
    public enum AlignCommand : System.Enum 
    Members
    MemberDescription
    BottomsAlign bottoms of specified objects.
    CentersAlign centers of specified objects.
    LeftsAlign left sides of specified objects.
    MiddlesAlign middles of specified objects.
    RightsAlign right sides of specified objects.
    TopsAlign tops of specified objects.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.AlignCommand

    See Also