InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponent Class / VerticalAlignment Property

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