Search
Diagram.LinkHeadShapeSize Property
See Also
 






Gets or sets the default size of arrowheads.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double LinkHeadShapeSize { get; set; }

Visual Basic  Copy Code

Public Property LinkHeadShapeSize As Double

 Property Value

double value that measures the size. The default is 13.

 Remarks

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

 See Also