Class TextStrikethroughType
Specifies the types of strike through options applied for text.
Inheritance
System.Object
TextStrikethroughType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class TextStrikethroughType : Enum
Fields
Double
Specifies the TextStrikethroughType is double.
Declaration
public const TextStrikethroughType Double
Field Value
None
Specifies the TextStrikethroughType is none.
Declaration
public const TextStrikethroughType None
Field Value
Single
Specifies the TextStrikethroughType is single.
Declaration
public const TextStrikethroughType Single