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





Gets or sets the width of the ellipse outline.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public float Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Single

 Property Value

A float value indicating the thickness of the ellipse outline. The default is 1. Specify 0 for the value of this property to indicate a hairline thickness.

 See Also

Ellipse Members
Ellipse Class
MindFusion.Reporting Namespace