Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ContainerControl::AutoScaleFactor Property

 

Gets the scaling factor between the current and design-time automatic scaling dimensions.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property SizeF AutoScaleFactor {
	SizeF get();
}

Property Value

Type: System.Drawing::SizeF

A SizeF containing the scaling ratio between the current and design-time scaling automatic scaling dimensions.

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
Return to top
Show:
© 2017 Microsoft