InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / HorizontalAlign Property

In This Topic
    HorizontalAlign Property (InputComboBox)
    In This Topic
    Gets or sets how content is horizontally aligned within the InputComponent.
    Syntax
    'Declaration
     
    Public Overridable Property HorizontalAlign As InputContentAlignment
    public virtual InputContentAlignment HorizontalAlign {get; set;}
    See Also