Search
DashStyles.Solid Property
See Also
 






Gets a DashStyle object that draws solid lines.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static DashStyle Solid { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property Solid As DashStyle

 Property Value

A dash sequence with no dashes.

 Remarks

This property produces a solid line and is equivalent to not defining a dash sequence.

 See Also