SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : CurrentAutoScaleDimensions Property |
'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <SRCategoryAttribute("Layout")> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public ReadOnly Property CurrentAutoScaleDimensions As System.Drawing.SizeF
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.SizeF value = instance.CurrentAutoScaleDimensions
[System.ComponentModel.Browsable(false)] [SRCategory("Layout")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public System.Drawing.SizeF CurrentAutoScaleDimensions {get;}
public read-only property CurrentAutoScaleDimensions: System.Drawing.SizeF;
System.ComponentModel.BrowsableAttribute() SRCategoryAttribute("Layout") System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) public function get CurrentAutoScaleDimensions : System.Drawing.SizeF
[System.ComponentModel.Browsable(false)] [SRCategory("Layout")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public: __property System.Drawing.SizeF get_CurrentAutoScaleDimensions();
[System.ComponentModel.Browsable(false)] [SRCategory("Layout")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public: property System.Drawing.SizeF CurrentAutoScaleDimensions { System.Drawing.SizeF get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2