enum
TextDecorationStyle
public sealed enum TextDecorationStyle : Enum Possible values for text-decoration-style CSS property.
Enum Values
| Name | Value | Description |
|---|---|---|
Solid | | Draw a single solid line. |
Double | | Draw two solid lines. |
Dotted | | Draw a dotted line. |
Dashed | | Draw a dashed line. |
Wavy | | Draw a wavy/squiggly line. |