[]
Gets or sets the viewer's zoom level.
public float Zoom { get; set; }
| Type | Description |
|---|---|
| float | A float representing the zoom level. |
The zoom level of the viewer can be set to:
1.0.
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when the value is less than -2 or equal to 0. |