enum TextDecorationStyle : System.Enum

robot_2Generated
code_blocksInput

Description

The TextDecorationStyle enumeration defines possible values for the text-decoration-style CSS property. It specifies the style of the text decoration line, such as underlines, overlines, or line-throughs.

Members

Static Fields

Member NameSummary
SolidDraw a single solid line.
DoubleDraw two solid lines.
DottedDraw a dotted line.
DashedDraw a dashed line.
WavyDraw a wavy/squiggly line.