Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1FontIcon Class / TextDecorations Property

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