isMouseCaptured property
bool
get
isMouseCaptured
Gets or sets whether mouse events initiated within the Diagram will be captured. The initial value is true. Setting this property does not notify about any changed event.
Implementation
_i2.bool get isMouseCaptured => _i4.getProperty(
this,
'isMouseCaptured',
);
set
isMouseCaptured
(bool value)
Implementation
set isMouseCaptured(_i2.bool value) {
_i4.setProperty(
this,
'isMouseCaptured',
value,
);
}