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.
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.
Member Name | Summary |
---|---|
None | No decoration, default. |
Underline | Underline the text. |
LineThrough | Strike through, a line in the middle of the text. |
Overline | A line above the text. |