SpreadsheetGear 2017
AutoScaleDimensions Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : AutoScaleDimensions Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property AutoScaleDimensions As System.Drawing.SizeF
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.SizeF
 
instance.AutoScaleDimensions = value
 
value = instance.AutoScaleDimensions
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public System.Drawing.SizeF AutoScaleDimensions {get; set;}
public read-write property AutoScaleDimensions: System.Drawing.SizeF; 
SRCategoryAttribute("CatLayout")
System.ComponentModel.LocalizableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
public function get,set AutoScaleDimensions : System.Drawing.SizeF
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property System.Drawing.SizeF get_AutoScaleDimensions();
public: __property void set_AutoScaleDimensions( 
   System.Drawing.SizeF value
);
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property System.Drawing.SizeF AutoScaleDimensions {
   System.Drawing.SizeF get();
   void set (    System.Drawing.SizeF value);
}
Requirements

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

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members