Search
DiagramLink.HeadShapeSize Property
See Also
 





Gets or sets the size of the arrowhead shape.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float HeadShapeSize { get; set; }

Visual Basic  Copy Code

Public Property HeadShapeSize As Single

 Property Value

A float value that measures the size. Initialized with the value of LinkHeadShapeSize.

 Remarks

The property specifies how big the shape of the arrowhead is.

 See Also