Search
RangeSelector.MinimumSelectionLength Property
See Also
 





Gets or sets the minimum size of the selected range.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public double MinimumSelectionLength { get; set; }

Visual Basic  Copy Code

Public Property MinimumSelectionLength As Double

 Property Value

A double value. The default is 5.

 See Also