Gets or sets the width of the line.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public float Width { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Width As Single |
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