Gets the current horizontal 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 CurrentScaleX { get; }
Visual Basic
Public ReadOnly Property CurrentScaleX As Double
	Get
JScript
final function get CurrentScaleX () : double

Implements

IGwxControlCurrentScaleX()()()()

See Also