RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1InlineUIContainer Class / TextEffect Property

In This Topic
    TextEffect Property (C1InlineUIContainer)
    In This Topic
    Gets or sets the System.Windows.Media.Effects.Effect applied to the text of this element.
    Syntax
    'Declaration
     
    
    Public Property TextEffect As Effect
    public Effect TextEffect {get; set;}
    See Also