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

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