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