RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextViewManager Class / StyleOverride Property

In This Topic
    StyleOverride Property (C1RichTextViewManager)
    In This Topic
    Gets or sets a IStyleOverride that can override the styles of this C1RichTextViewManager contents.
    Syntax
    'Declaration
     
    
    Public Property StyleOverride As IStyleOverride
    public IStyleOverride StyleOverride {get; set;}
    See Also