Gets or sets a value that indicates the maximum allowed zoom factor.

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

Syntax

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

Implements

IGwxControlMaximumZoom()()()()

See Also