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