[]
Specifies the position of text decoration lines, if any is added to the element.
[Flags]
public enum SvgTextDecorationLine
Blink = 8
The text blinks (alternates between visible and invisible).
LineThrough = 4
Each line of text has a line through the middle.
None = 0
Neither produces nor inhibits text decoration.
Overline = 2
Each line of text has a line over it (i.e. on the opposite side from an underline).
Underline = 1
Each line of text is underlined.