Returns whether this element is a leaf in the document tree.

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

Syntax

C#
public bool IsLeaf { get; }
Visual Basic
Public ReadOnly Property IsLeaf As Boolean
	Get

See Also