Tests if this control is currently in "scalable" mode.

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

Syntax

C#
public bool IsScalable { get; }
Visual Basic
Public ReadOnly Property IsScalable As Boolean
	Get
JScript
final function get IsScalable () : boolean

Return Value

True if in "scalable" mode, false otherwise.

Implements

IGwxControlIsScalable()()()()

See Also