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