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 = 16The text will blink.
Inherit = 0The value is inherited from the parent element.
LineThrough = 8The text is struck through.
None = 1The text is not decorated
Overline = 4The text is overlined.
Underline = 2The text is underlined.