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