Search
EditComponent.SelectionStart Property
See Also
 





Gets or sets the start of the selection in the edit component.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int SelectionStart { get; set; }

Visual Basic  Copy Code

Public Property SelectionStart As Integer

 Property Value

An integer specifying the start of the current selection.

 Remarks

Setting this property will reset SelectionLength to 0.

 See Also