menu

Blazor

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

    Show / Hide Table of Contents

    Class Strikethrough

    Specifies the strike through type for character format.

    Inheritance
    System.Object
    Strikethrough
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public sealed class Strikethrough : Enum

    Fields

    DoubleStrike

    Renders text with double-line strike through formatting.

    Declaration
    public const Strikethrough DoubleStrike
    Field Value
    Type
    Strikethrough

    None

    Renders text with no strike through formatting.

    Declaration
    public const Strikethrough None
    Field Value
    Type
    Strikethrough

    SingleStrike

    Renders text with single-line strike through formatting.

    Declaration
    public const Strikethrough SingleStrike
    Field Value
    Type
    Strikethrough
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved