Enum SvgTextDecoration
- Namespace
- Svg
- Assembly
- Svg.dll
This property describes decorations that are added to the text of an element. Conforming SVG Viewers are not required to support the blink value.
[TypeConverter(typeof(SvgTextDecorationConverter))]
[Flags]
public enum SvgTextDecoration
Fields
Blink = 16
The text will blink.
Inherit = 0
The value is inherited from the parent element.
LineThrough = 8
The text is struck through.
None = 1
The text is not decorated
Overline = 4
The text is overlined.
Underline = 2
The text is underlined.