ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / VerticalAlign Property

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