[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Line.Height

Height Property

Height

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

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

A Length value indicating the height of the line.

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