MindFusion WinForms Programmer's Guide
Line.DashStyle Property
See Also
 





Gets or sets the dash style of the line.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public DashStyle DashStyle { get; set; }

Visual Basic  Copy Code

Public Property DashStyle As DashStyle

 Property Value

A member of the .NET DashStyle enumeration specifying the style of the line. The default is Solid.

 See Also

Line Members
Line Class
MindFusion.Reporting Namespace