MindFusion.Wpf Pack Programmer's Guide
Diagram.LinkSegments Property
See Also
 





Gets or sets the default number of link segments.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int LinkSegments { get; set; }

Visual Basic  Copy Code

Public Property LinkSegments As Integer

 Property Value

An integer value specifying how many segments links consists of. The default is 1.

 Remarks

Use the property to create more indented links, when necessary.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DiagramLink.SegmentCount Property
LinkShape Property