ContainerControl::AutoScaleFactor Property
.NET Framework (current version)
Gets the scaling factor between the current and design-time automatic scaling dimensions.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The AutoScaleFactor property represents the scaling factor between the CurrentAutoScaleDimensions and AutoScaleDimensions properties. This value is calculated when it is required. For example, if CurrentAutoScaleDimensions is (192, 144) and AutoScaleDimensions is (96, 96) then the AutoScaleFactor is (2.0, 1.5).
For more information about automatic scaling, see Automatic Scaling in Windows Forms.
.NET Framework
Available since 2.0
Available since 2.0
Show: