Class LineStyle
LineStyle
public sealed class LineStyle- Inheritance
- 
      
      LineStyle
- Inherited Members
Properties
Color
color
[JsonPropertyName("color")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? Color { get; set; }Property Value
Pattern
pattern
[JsonPropertyName("pattern")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStylePatternValues? Pattern { get; set; }