Search
ItemLabel.Index Property
See Also
 





Gets or sets the index of an edge or point this label is relative to.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Index { get; set; }

Visual Basic  Copy Code

Public Property Index As Integer

 Property Value

An integer index.

 See Also