Search
EditComponent.SelectionLength Property
See Also
 





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

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

 Syntax

C#  Copy Code

public int SelectionLength { get; set; }

Visual Basic  Copy Code

Public Property SelectionLength As Integer

 Property Value

An integer specifying the length of the current selection.

 Remarks

This value can be negative.

 See Also