Search
DiagramView3D.ShowArrowheads Property
See Also
 





Gets or sets whether the control should render arrowheads to indicate the direction of links.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool ShowArrowheads { get; set; }

Visual Basic  Copy Code

Public Property ShowArrowheads As Boolean

 Property Value

true to display arrowheads at the link destination points, otherwise false; the default value is false.

 See Also