Returns whether this element is collapsed, that is, if its Visibility, or that of one of its parents, is Collapsed.

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

Syntax

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

See Also