Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenuItem Class / TextDecorations Property

In This Topic
    TextDecorations Property (C1RadialMenuItem)
    In This Topic
    Gets or sets a TextDecorationCollection that contains the effects to apply to the text of the Header.
    Syntax
    'Declaration
     
    
    Public Property TextDecorations As TextDecorationCollection
    public TextDecorationCollection TextDecorations {get; set;}
    See Also