Enum FontStyle
The font style.
[JsonConverter(typeof(StringEnumConverter))]
public enum FontStyle
Fields
Bold = 1
Bold.
Italic = 2
Italic.
Regular = 0
Regular.
Underline = 4
Underline.
The font style.
[JsonConverter(typeof(StringEnumConverter))]
public enum FontStyle
Bold = 1
Bold.
Italic = 2
Italic.
Regular = 0
Regular.
Underline = 4
Underline.