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

In This Topic
    TextAlignment Property (C1RadialMenuItem)
    In This Topic
    Gets or sets a value that indicates the horizontal alignment of text content in the Header.
    Syntax
    'Declaration
     
    Public Property TextAlignment As Windows.UI.Xaml.TextAlignment
    public Windows.UI.Xaml.TextAlignment TextAlignment {get; set;}
    See Also