DiagramLite Programmer's Guide
HandlesVisualStyle.StrokeDashArray Property
See Also
 





Gets or sets the stroke dash pattern.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public DoubleCollection StrokeDashArray { get; set; }

Visual Basic  Copy Code

Public Property StrokeDashArray As DoubleCollection

 Property Value

A DoubleCollection value specifying the stroke dash pattern.

 Remarks

This value is used only if HandlesStyle is set to DashFrame.

 See Also

HandlesVisualStyle Members
HandlesVisualStyle Class
MindFusion.Diagramming Namespace