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 |