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