Search
RangeSelector.SelectionStart Property
See Also
 





Gets or sets the start of the selected range.

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

 Syntax

C#  Copy Code

public double SelectionStart { get; set; }

Visual Basic  Copy Code

Public Property SelectionStart As Double

 Property Value

A double value.

 See Also