Click or drag to resize

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
C#
public enum MicaContainerStyle_TextDecoration
Members
  Member nameValueDescription
Underline0 Defines a line below the text.
Overline1 Defines a line above the text.
LineThrough2 Defines a line through the text.
Blink3 Defines a blinking text.
None4 Defines a normal text. This is default.
See Also