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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools Namespace