Click or drag to resize
Accord.NET (logo)

HistogramAllowSelection Property

Allow mouse selection or not.

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

Property Value

Type: Boolean
Remarks
In the case if mouse selection is allowed, the control will fire SelectionChanged and PositionChanged events and provide information about the selection.
See Also