Class LineStyle
Style information for drawing a line.
public sealed class LineStyle
- Inheritance
-
LineStyle
- Inherited Members
Properties
Color
The color of the line (default: transparent)
[JsonPropertyName("color")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? Color { get; set; }
Property Value
Pattern
The line pattern (default: solid)
[JsonPropertyName("pattern")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStylePatternValues? Pattern { get; set; }