Search
Diagram.LinkShape Property
See Also
 






Gets or sets the default style of arrow objects.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkShape LinkShape { get; set; }

Visual Basic  Copy Code

Public Property LinkShape As LinkShape

 Property Value

A member of the LinkShape enumeration. The default value is Polyline.

 Remarks

Use 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