ASP.NET Pack Programmer's Guide
EditComponent.SelectionLength Property
See Also
 





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

Namespace: MindFusion.Diagramming.Components
Package: 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

EditComponent Members
EditComponent Class
MindFusion.Diagramming.Components Namespace