[]
Specifies the style of the line(s) drawn for text decoration.
public enum SvgTextDecorationStyle
Public Enum SvgTextDecorationStyle
Name | Description |
---|---|
Dashed | A series of square-ended dashes. |
Dotted | A series of round dots. |
Double | Two parallel solid lines with some space between them. |
Solid | A single line segment. |
Wavy | Indicates a wavy line. |