Gets or sets the start of the selection in the edit component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksSetting this property will reset SelectionLength to 0.
See Also