'Declaration
Protected ReadOnly Property AutoScaleFactor As System.Drawing.SizeF
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.SizeF value = instance.AutoScaleFactor
protected System.Drawing.SizeF AutoScaleFactor {get;}
protected read-only property AutoScaleFactor: System.Drawing.SizeF;
protected function get AutoScaleFactor : System.Drawing.SizeF
protected: __property System.Drawing.SizeF get_AutoScaleFactor();
protected: property System.Drawing.SizeF AutoScaleFactor { System.Drawing.SizeF get(); }