Search
Shape.IsArrowhead Property
See Also
 





Specifies if this shape is used as arrowhead.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsArrowhead { get; set; }

Visual Basic  Copy Code

Public Property IsArrowhead As Boolean

 Property Value

true if this shape is designated as arrowhead; otherwise false.

 See Also