Click or drag to resize

MicaContainerStyle_FontStyle Enumeration

Describes the possible values of the CSS property "font-style".

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_FontStyle
Members
  Member nameValueDescription
Italic0 The browser displays an italic font style.
Oblique1 The browser displays an oblique font style.
Normal2 The browser displays a normal font style. This is default.
See Also