Gets/sets a boolean value indicating whether or not zoom functionality is enabled.
Namespace: Ico.GwxAssembly: 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) |