ContainerControl::AutoScaleFactor Property
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.
Available since 2.0