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