Gets or sets a IStyleOverride that can override the styles of this C1RichTextViewManager contents.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IStyleOverride StyleOverride { get; set; }
Visual Basic
Public Property StyleOverride As IStyleOverride
	Get
	Set

See Also