[DefaultValueAttribute(true)]
public bool AutoScale { get; set; }<DefaultValueAttribute(true)>
Public Property AutoScale As Boolean
Get
Setpublic:
[DefaultValueAttribute(true)]
property bool AutoScale {
bool get ();
void set (bool value);
}[<DefaultValueAttribute(true)>]
member AutoScale : bool with get, setEven if this property is set to , the current executing platform still may scale the buttons with more or less success.
This property does not affect the font of the buttons, which are auto-scaled regardless of this property. To turn off auto-scaling the font, set the AutoScaleFont property of the OKButton, CancelButton and ApplyButton properties.