Gets or sets the pattern of dashes and gaps used to outline arrowhead shapes.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DashStyle HeadStrokeDashStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeadStrokeDashStyle As DashStyle |
A System.Windows.Media.DashStyle instance. The default value is DashStyles.Solid.
See Also