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
Line line = new Line();
line.Height = "-2cm";