Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.UICustomization Namespace / VerticalAlignment Enumeration

In This Topic
    VerticalAlignment Enumeration
    In This Topic
    Specifies how an object or text is aligned vertically .
    Syntax
    'Declaration
     
    Public Enum VerticalAlignment 
       Inherits System.Enum
    public enum VerticalAlignment : System.Enum 
    Members
    MemberDescription
    Bottom The object or text is aligned to the bottom.
    Default The alignment is not specified.
    Middle The object or text is aligned to the center.
    Top The object or text is aligned to the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.UICustomization.VerticalAlignment

    See Also