Gets/sets a boolean value indicating whether or not zoom functionality is enabled.

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

Syntax

C#
public bool ZoomEnabled { get; set; }
Visual Basic
Public Property ZoomEnabled As Boolean
	Get
	Set
JScript
final function get ZoomEnabled () : boolean
final function set ZoomEnabled (value : boolean)

Implements

IGwxControlZoomEnabled()()()()

See Also