RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1StyleOverrideMerger Class / Overrides Property

In This Topic
    Overrides Property (C1StyleOverrideMerger)
    In This Topic
    Gets the collection of IStyleOverride merged by this C1StyleOverrideMerger.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Overrides As Collection(Of IStyleOverride)
    public Collection<IStyleOverride> Overrides {get;}
    See Also