Gets or sets the default style of arrow objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public LinkShape LinkShape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LinkShape As LinkShape |
A member of the LinkShape enumeration. The default value is Polyline.
RemarksUse the property to specify how new links are composed and what they look like. The segments of a link could be curves or straight lines, and they might be restricted to be horizontal / vertical only.
See Also