[]
Represents a colored line.
public class ColoredLine : FormattingBag
Gets the line color.
public SolidColor Color { get; }
Gets or sets the line width.
Allowed values are from -0 to 1584, inclusive.
Default value is 0.
public float Width { get; set; }
Fixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()
Resets the colored line to inherited defaults.
public void Reset()