Gets or sets whether the control should render arrowheads to indicate the direction of links.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowArrowheads { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowArrowheads As Boolean |
true to display arrowheads at the link destination points, otherwise false; the default value is false.
See Also