AutoScaleDimensions Property
In This Topic
Syntax
'Declaration
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property AutoScaleDimensions As System.Drawing.SizeF
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Browsable(false)]
[SRCategory("CatLayout")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public System.Drawing.SizeF AutoScaleDimensions {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also