Property Style
Style
Gets or sets the style of the line. This controls the visual appearance of the line.
public LineStyle Style { get; set; }
Property Value
Remarks
Supports various line styles including Single, Double, Heavy, Rounded, Dashed, and Dotted. Note: This is separate from BorderStyle to avoid conflicts with the View's Border.