Class ControlFormatsSettings.SimpleFontStyle
Font styles used in combo.
Inheritance
System.Object
ControlFormatsSettings.SimpleFontStyle
Namespace: Syncfusion.Windows.Forms.Edit.Dialogs
Assembly: Syncfusion.Edit.Windows.dll
Syntax
protected sealed class SimpleFontStyle : Enum
Fields
Bold
Bold style.
Declaration
public const ControlFormatsSettings.SimpleFontStyle Bold
Field Value
| Type |
|---|
| ControlFormatsSettings.SimpleFontStyle |
BoldItalic
Bold italic style.
Declaration
public const ControlFormatsSettings.SimpleFontStyle BoldItalic
Field Value
| Type |
|---|
| ControlFormatsSettings.SimpleFontStyle |
Italic
Italic style.
Declaration
public const ControlFormatsSettings.SimpleFontStyle Italic
Field Value
| Type |
|---|
| ControlFormatsSettings.SimpleFontStyle |
Regular
Regular style.
Declaration
public const ControlFormatsSettings.SimpleFontStyle Regular
Field Value
| Type |
|---|
| ControlFormatsSettings.SimpleFontStyle |