Click or drag to resize

FontStyle Enumeration

Font style.

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