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 |