Search
DiagramStyle.StrokeDashStyle Property
See Also
 





Gets or sets the pattern of dashes and gaps used to outline items.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DashStyle StrokeDashStyle { get; set; }

Visual Basic  Copy Code

Public Property StrokeDashStyle As DashStyle

 Property Value

A member of the DashStyle enumeration.

 See Also