'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRCategoryAttribute("CatLayout")> <System.ComponentModel.BrowsableAttribute(False)> Public ReadOnly Property CurrentAutoScaleDimensions As System.Drawing.SizeF
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.SizeF value = instance.CurrentAutoScaleDimensions
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("CatLayout")] [System.ComponentModel.Browsable(false)] public System.Drawing.SizeF CurrentAutoScaleDimensions {get;}
public read-only property CurrentAutoScaleDimensions: System.Drawing.SizeF;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) SRCategoryAttribute("CatLayout") System.ComponentModel.BrowsableAttribute() public function get CurrentAutoScaleDimensions : System.Drawing.SizeF
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("CatLayout")] [System.ComponentModel.Browsable(false)] public: __property System.Drawing.SizeF get_CurrentAutoScaleDimensions();
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("CatLayout")] [System.ComponentModel.Browsable(false)] public: property System.Drawing.SizeF CurrentAutoScaleDimensions { System.Drawing.SizeF get(); }