Search
Diagram.LinkHeadShapeSize Property
See Also
 





Gets or sets the default size of arrowheads.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float LinkHeadShapeSize { get; set; }

Visual Basic  Copy Code

Public Property LinkHeadShapeSize As Single

 Property Value

A float value that measures the size. The default is 5.

 Remarks

The property specifies how big the shapes of new arrowheads are.

 See Also