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





Gets or sets the dash style of the ellipse outline.

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 ellipse outline. The default is Solid.

 See Also

Ellipse Members
Ellipse Class
MindFusion.Reporting Namespace