InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputButton Class / VerticalAlign Property

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