Gets or sets the start of the selection in the edit component.
Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming
C# Copy Code |
---|
public int SelectionStart { get; set; } |
Visual Basic Copy Code |
---|
Public Property SelectionStart As Integer |
An integer specifying the start of the current selection.
Setting this property will reset SelectionLength to 0.