Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuItem Class / TextDecorations Property

In This Topic
    TextDecorations Property (C1MenuItem)
    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