Class StrikeThrough
Specifies the strike through style for the CharacterFormat.
Inheritance
System.Object
StrikeThrough
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class StrikeThrough : Enum
Fields
DoubleStrike
Draws double strike.
Declaration
public const StrikeThrough DoubleStrike
Field Value
Type |
---|
StrikeThrough |
None
No strike will be drawn.
Declaration
public const StrikeThrough None
Field Value
Type |
---|
StrikeThrough |
SingleStrike
Draws single strike.
Declaration
public const StrikeThrough SingleStrike
Field Value
Type |
---|
StrikeThrough |