Gets or sets the size of the arrowhead shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double HeadShapeSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeadShapeSize As Double |
A double value that measures the size. Initialized with the value of LinkHeadShapeSize.
RemarksThe property specifies how big the shape of the arrowhead is.
See Also