ActionsPane.AutoScaleDimensions Property

Gets or sets the dimensions that the actions pane was designed to.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Property AutoScaleDimensions As SizeF
[BrowsableAttribute(false)]
SizeF AutoScaleDimensions { get; set; }

Property Value

Type: System.Drawing.SizeF
An object that contains the dots per inch (DPI) or Font size that the actions pane was designed to.

Remarks

This property provides the same functionality as the ContainerControl.AutoScaleDimensions property. For more information about using this property, see ContainerControl.AutoScaleDimensions.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview