Enum LineStyle
Defines the style of lines for a LineCanvas.
[JsonConverter(typeof(JsonStringEnumConverter<LineStyle>))]
public enum LineStyle
Fields
Dashed = 2The border is drawn using thin line glyphs with dashed (double and triple) straight lines.
Dotted = 3The border is drawn using thin line glyphs with short dashed (triple and quadruple) straight lines.
Double = 4The border is drawn using thin double line Glyphs.
Heavy = 5The border is drawn using heavy line Glyphs.
HeavyDashed = 6The border is drawn using heavy line glyphs with dashed (double and triple) straight lines.
HeavyDotted = 7The border is drawn using heavy line glyphs with short dashed (triple and quadruple) straight lines.
None = 0No border is drawn.
Rounded = 8The border is drawn using thin line glyphs with rounded corners.
RoundedDashed = 9The border is drawn using thin line glyphs with rounded corners and dashed (double and triple) straight lines.
RoundedDotted = 10The border is drawn using thin line glyphs with rounded corners and short dashed (triple and quadruple) straight lines.
Single = 1The border is drawn using thin line Glyphs.