InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / TextAlign Property

In This Topic
    TextAlign Property (InputDatePicker)
    In This Topic
    Gets or sets how text is aligned in the InputDatePicker.
    Syntax
    'Declaration
     
    Public Property TextAlign As HorizontalAlignment
    public HorizontalAlignment TextAlign {get; set;}
    See Also