Search
ElementTemplate.DashStyle Property
See Also
 





Gets or sets the dash style of the outline of this element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DashStyle DashStyle { get; set; }

Visual Basic  Copy Code

Public Property DashStyle As DashStyle

 Property Value

A member of the DashStyle enumeration specifying the style of the outline.

 See Also