ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / TextAlignment Property

In This Topic
    TextAlignment Property (C1NumericBox)
    In This Topic
    Gets or sets how the text should be aligned in the C1NumericBox.
    Syntax
    'Declaration
     
    Public Property TextAlignment As Windows.UI.Xaml.TextAlignment
    public Windows.UI.Xaml.TextAlignment TextAlignment {get; set;}
    See Also