Class FontStyle
Font style of the textual content.
Inheritance
System.Object
FontStyle
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public sealed class FontStyle : Enum
Fields
Bold
The bold type font style.
Declaration
public const FontStyle Bold
Field Value
Type |
---|
FontStyle |
BoldItalic
The BoldItalic type font style.
Declaration
public const FontStyle BoldItalic
Field Value
Type |
---|
FontStyle |
Italic
The Italic type font style.
Declaration
public const FontStyle Italic
Field Value
Type |
---|
FontStyle |
Normal
The normal font style.
Declaration
public const FontStyle Normal
Field Value
Type |
---|
FontStyle |