FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.2.5" />

.NET API 15,777,792 bytes

 BorderLine

public class BorderLine
Represents a single border line.
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()