Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / VerticalAlign Property

In This Topic
    VerticalAlign Property (C1TextBoxBase)
    In This Topic
    Gets or sets the vertical alignment of the content in the control.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlign As VerticalAlignment
    public VerticalAlignment VerticalAlign {get; set;}
    Remarks
    The default is VerticalAlignEnum.Top.
    See Also