ActionsPane.CurrentAutoScaleDimensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.