RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / StyleOverrides Property

In This Topic
    StyleOverrides Property (C1RichTextBox)
    In This Topic
    Gets the collection of IStyleOverride associated with this C1RichTextBox.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StyleOverrides As Collection(Of IStyleOverride)
    public Collection<IStyleOverride> StyleOverrides {get;}
    See Also