Click or drag to resize

PFTextBlockFontWeight Enumeration

Represents the font weight of a PFTextBlock widget.

Namespace:  Packflow.Core.Widgets.BuiltIn
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFTextBlockFontWeight
Members
  Member nameValueDescription
Thin0 Thin (font-weigth: 100)
Normal1 Normal (font-weigth: 400)
Bold2 Bold (font-weigth: 600)
Bolder3 Bolder (font-weigth: 800)
See Also