[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Line.Width

Width Property

Width

Gets or sets a width of the line, allowing for negative values.

Declaration
public override Length Width { get; set; }
Property Value
Type Description
Length

A Length value indicating the width of the line.

Overrides
Examples
Line line = new Line();
line.Width = "2cm";