BorderLine public class BorderLine Represents a single border line. Documentation public Color Color { get; set; } Gets or sets a color of the line. public LineStyle Style { get; set; } Gets or sets a style of the line. public float Width { get; set; } Gets or sets a width of the line, in pixels. public BorderLine()