Gets/sets the current zoom facter (where 0.0=0% and 1.0=100%).

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

Syntax

C#
public double CurrentZoom { get; set; }
Visual Basic
Public Property CurrentZoom As Double
	Get
	Set
JScript
final function get CurrentZoom () : double
final function set CurrentZoom (value : double)

Implements

IGwxControlCurrentZoom()()()()

See Also