ActionsPane.CurrentAutoScaleDimensions Property

Definition

Gets the current run-time dimensions of the screen.

public:
 property System::Drawing::SizeF CurrentAutoScaleDimensions { System::Drawing::SizeF get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.SizeF CurrentAutoScaleDimensions { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.CurrentAutoScaleDimensions : System.Drawing.SizeF
Public ReadOnly Property CurrentAutoScaleDimensions As SizeF

Property Value

An object that contains the current dots per inch (DPI) or Font size of the screen.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.ContainerControl.CurrentAutoScaleDimensions property. For more information about using this property, see System.Windows.Forms.ContainerControl.CurrentAutoScaleDimensions.

Applies to