[PublicAPIAttribute]
public bool AutoSize { get; set; }<PublicAPIAttribute>
Public Property AutoSize As Boolean
Get
Setpublic:
[PublicAPIAttribute]
property bool AutoSize {
bool get ();
void set (bool value);
}[<PublicAPIAttribute>]
member AutoSize : bool with get, set