Gets or sets the default style of arrow objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |