public bool AutoSize { get; set; }Public Property AutoSize As Boolean
Get
Setpublic:
virtual property bool AutoSize {
bool get () sealed;
void set (bool value) sealed;
}abstract AutoSize : bool with get, set
override AutoSize : bool with get, set