Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    Strikethrough

    None

    Renders text with no strike through formatting.

    Declaration
    public const Strikethrough None
    Field Value
    Type Description
    Strikethrough

    SingleStrike

    Renders text with single-line strike through formatting.

    Declaration
    public const Strikethrough SingleStrike
    Field Value
    Type Description
    Strikethrough

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved