Click or drag to resize

FontStyle Enumeration

Font style.

Namespace:  Resto.Front.Api.V5.Data.View
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
[FlagsAttribute]
public enum FontStyle
Members
  Member nameValueDescription
Regular0 Regular.
Bold1 Bold.
Italic2 Italic.
Underline8 Underline.
Strikeout128 Strikeout.
See Also