|
SliderControlResetPositionOnMouseRelease 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; }
<DefaultValueAttribute(true)>
Public Property ResetPositionOnMouseRelease As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks The property controls behaviour of manipulator on releasing mouse button. If
the property is set to , then position of manipulator is reset
to 0, when mouse button is released. Otherwise manipulator stays on the place,
where it was left.
Default value is set to .
See Also