ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / VAlignType Enumeration

In This Topic
    VAlignType Enumeration
    In This Topic
    Vertical alignment options.
    Syntax
    'Declaration
     
    
    Public Enum VAlignType 
       Inherits System.Enum
    public enum VAlignType : System.Enum 
    Members
    MemberDescription
    BottomAligned To Bottom.
    CenterCentered Vertical Alignment.
    Justify 
    TopAlign Top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Sheet.VAlignType

    See Also