MindFusion.Wpf Pack Programmer's Guide
DiagramItem.StrokeDashCap Property
See Also
 





Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public PenLineCap StrokeDashCap { get; set; }

Visual Basic  Copy Code

Public Property StrokeDashCap As PenLineCap

 Property Value

A member of the PenLineCap enumeration. The default value is PenLineCap.Flat.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace
Stroke
StrokeDashStyle
StrokeEndLineCap
StrokeLineJoin
StrokeMiterLimit
StrokeStartLineCap
StrokeThickness