enum TextDecoration : System.Enum

robot_2Generated
code_blocksInput

Description

The TextDecoration enum in the Sandbox.UI namespace defines possible values for the text-decoration CSS property. It is marked with the FlagsAttribute, allowing bitwise combination of its member values.

Members

Static Fields

Member NameSummary
NoneNo decoration, default.
UnderlineUnderline the text.
LineThroughStrike through, a line in the middle of the text.
OverlineA line above the text.