InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / ContentAlignment Enumeration

In This Topic
    ContentAlignment Enumeration
    In This Topic
    Defines values for the content alignment within the InputComponent.
    Syntax
    'Declaration
     
    Public Enum ContentAlignment 
       Inherits System.Enum
    public enum ContentAlignment : System.Enum 
    Members
    MemberDescription
    CenterCenter.
    FarFar.
    NearNear.
    NotSetDefault value.
    SpreadSpread.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1InputPanel.ContentAlignment

    See Also