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