menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FontStyle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FontStyle

    Enum for font styles.

    Inheritance
    System.Object
    FontStyle
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved