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