Enum Strikethrough
Specifies the strike through type for character format.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Strikethrough
Fields
| Name | Description |
|---|---|
| DoubleStrike | Renders text with double-line strike through formatting. |
| None | Renders text with no strike through formatting. |
| SingleStrike | Renders text with single-line strike through formatting. |