ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / HAlignType Enumeration

In This Topic
    HAlignType Enumeration
    In This Topic
    Horizontal alignment options.
    Syntax
    'Declaration
     
    Public Enum HAlignType 
       Inherits System.Enum
    public enum HAlignType : System.Enum 
    Members
    MemberDescription
    CenterCentered Horizontal Alignment.
    FillFill.
    GeneralGeneral Horizontal Alignment.
    JustifyJustify.
    LeftLeft Horizontal Alignment.
    RightRight Horizontal Alignment.
    Inheritance Hierarchy

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

    See Also