Gets or sets the height of the viewport.

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

Syntax

C#
public double ViewportHeight { get; private set; }
Visual Basic
Public Property ViewportHeight As Double
	Get
	Private Set

Field Value

The height of the viewport.

See Also