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
SyntaxC#
Copy Code
|
|---|
public DoubleCollection Dashes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Dashes As DoubleCollection |
The collection of dashes and gaps. The default is an empty DoubleCollection.
See Also