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