Gets the width of this viewer's viewport (current view area).

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double ViewportWidth { get; }
Visual Basic
Public ReadOnly Property ViewportWidth As Double
	Get
JScript
final function get ViewportWidth () : double

Implements

IGwxControlViewportWidth()()()()

See Also