Documentation for this section has not yet been entered.
The ContainerControl.AutoScaleFactor property represents the scaling factor between the ContainerControl.CurrentAutoScaleDimensions and ContainerControl.AutoScaleDimensions properties. This value is calculated when it is required. For example, if ContainerControl.CurrentAutoScaleDimensions is (192, 144) and ContainerControl.AutoScaleDimensions is (96, 96) then the ContainerControl.AutoScaleFactor is (2.0, 1.5).
For more information about automatic scaling, see Automatic Scaling in Windows Forms.