Search
DashStyle.Dashes Property
See Also
 






Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to outline shapes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DoubleCollection Dashes { get; set; }

Visual Basic  Copy Code

Public Property Dashes As DoubleCollection

 Property Value

The collection of dashes and gaps. The default is an empty DoubleCollection.

 See Also