Gets whether the value of this property is inherited in a C1TextElement tree.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public bool Inherited { get; private set; }
Visual Basic
Public Property Inherited As Boolean
	Get
	Private Set

See Also