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

In This Topic
    TextWrapping Property (C1RadialMenuItem)
    In This Topic
    Gets or sets a value that indicates how any text should be wrapped in the Header.
    Syntax
    'Declaration
     
    Public Property TextWrapping As Windows.UI.Xaml.TextWrapping
    public Windows.UI.Xaml.TextWrapping TextWrapping {get; set;}
    See Also