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