ActionsPane.AutoScaleDimensions 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 or sets the dimensions that the actions pane was designed to.
public:
property System::Drawing::SizeF AutoScaleDimensions { System::Drawing::SizeF get(); void set(System::Drawing::SizeF value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.Localizable(true)]
public System.Drawing.SizeF AutoScaleDimensions { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.ComponentModel.Localizable(true)>]
member this.AutoScaleDimensions : System.Drawing.SizeF with get, set
Public Property AutoScaleDimensions As SizeF
Property Value
An object that contains the dots per inch (DPI) or Font size that the actions pane was designed to.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.ContainerControl.AutoScaleDimensions property. For more information about using this property, see System.Windows.Forms.ContainerControl.AutoScaleDimensions.