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