The view area for this custom view.
The view area is defined in the coordinate space of the root element of the display.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public Rect ViewArea { get; set; } |
| Visual Basic |
|---|
Public Property ViewArea As Rect Get Set |
| JScript |
|---|
function get ViewArea () : Rect function set ViewArea (value : Rect) |