[]
Specifies the style of the line(s) drawn for text decoration.
public enum SvgTextDecorationStyle
Dashed = 3
A series of square-ended dashes.
Dotted = 2
A series of round dots.
Double = 1
Two parallel solid lines with some space between them.
Solid = 0
A single line segment.
Wavy = 4
Indicates a wavy line.