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

In This Topic
    StyleOverrides Property
    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