In This Topic
Syntax
'Declaration
Protected ReadOnly Property AutoScaleFactor As System.Drawing.SizeF
'Usage
Dim instance As LicenseDialog
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also