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