Gets or sets the width of the viewport.

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

Syntax

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

Field Value

The width of the viewport.

See Also