Class FontStyle
Represents enumeration for Font Style.
Inheritance
System.Object
FontStyle
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public sealed class FontStyle : Enum
Fields
Bold
Bold font style.
Declaration
public const FontStyle Bold
Field Value
Type |
---|
FontStyle |
BoldItalic
Bold italic font style.
Declaration
public const FontStyle BoldItalic
Field Value
Type |
---|
FontStyle |
Italic
Italic font style.
Declaration
public const FontStyle Italic
Field Value
Type |
---|
FontStyle |
Normal
Normal font style.
Declaration
public const FontStyle Normal
Field Value
Type |
---|
FontStyle |