Click or drag to resize

MicaContainerStyle_FontWeight Enumeration

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

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_FontWeight
Members
  Member nameValueDescription
Bold0 Defines thick characters.
Bolder1 Defines thicker characters.
Lighter2 Defines lighter characters.
Normal3 Defines normal characters. This is default.
See Also