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

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