Gets or sets the number of segments of this link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int SegmentCount { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SegmentCount As Integer |
An integer value specifying how many segments the link consists of.
See Also