MicaContainerStyle_TextDecoration Enumeration |
Describes the possible values of the CSS property "text-decoration".
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum MicaContainerStyle_TextDecoration
Members
| Member name | Value | Description |
---|
| Underline | 0 |
Defines a line below the text.
|
| Overline | 1 |
Defines a line above the text.
|
| LineThrough | 2 |
Defines a line through the text.
|
| Blink | 3 |
Defines a blinking text.
|
| None | 4 |
Defines a normal text. This is default.
|
See Also