Class LineStyle
Style information for drawing a line.
public sealed record LineStyle : IEquatable<LineStyle>
- Inheritance
-
LineStyle
- Implements
- Inherited Members
Constructors
LineStyle()
Style information for drawing a line.
public LineStyle()
Properties
Color
The color of the line (default: transparent)
public RGBA? Color { get; init; }
Property Value
Pattern
The line pattern (default: solid)
public string? Pattern { get; init; }