Search
DiagramItem.StrokeDashCap Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PenLineCap StrokeDashCap { get; set; }

Visual Basic  Copy Code

Public Property StrokeDashCap As PenLineCap

 Property Value

One of the PenLineCap values. The default is Flat.

 See Also