Click or drag to resize
Accord.NET (logo)

ManipulatorControlResetPositionOnMouseRelease Property

Determines behaviour of manipulator, when mouse button is released.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(true)]
public bool ResetPositionOnMouseRelease { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The property controls behaviour of manipulator on releasing mouse button. If the property is set to , then position of manipulator is reset to (0, 0), when mouse button is released. Otherwise manipulator stays on the place, where it was left.

Default value is set to .

See Also