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





Gets or sets the width of the line.

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 line. The default is 1. Specify 0 for the value of this property to indicate a hairline thickness.

 See Also

Line Members
Line Class
MindFusion.Reporting Namespace