Gets the current vertical scale factor based on this Control's size and the IsScalable/FitToWindow state.

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

Syntax

C#
public double CurrentScaleY { get; }
Visual Basic
Public ReadOnly Property CurrentScaleY As Double
	Get
JScript
final function get CurrentScaleY () : double

Implements

IGwxControlCurrentScaleY()()()()

See Also