Class FontStyle
Enum for font styles.
Inheritance
System.Object
FontStyle
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FontStyle : Enum
Fields
Bold
Represents the text content style will be bold.
Declaration
public const FontStyle Bold
Field Value
Type |
---|
FontStyle |
Italic
Represents the text content style will be italic.
Declaration
public const FontStyle Italic
Field Value
Type |
---|
FontStyle |
None
Represents the text content style does not set.
Declaration
public const FontStyle None
Field Value
Type |
---|
FontStyle |
Strikethrough
Represents the text content style will be strikethrough.
Declaration
public const FontStyle Strikethrough
Field Value
Type |
---|
FontStyle |
Underline
Represents the text content style will be underline.
Declaration
public const FontStyle Underline
Field Value
Type |
---|
FontStyle |