Tests if this control is currently in "fit-to-window" mode.

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

Syntax

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

Return Value

True if in "fit-to-window" mode, false otherwise.

Implements

IGwxControlIsFitToWindow()()()()

See Also