Gets or sets the length of the selection in the edit component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int SelectionLength { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectionLength As Integer |
An integer specifying the length of the current selection.
RemarksThis value can be negative.
See Also