Enum TextStrikethroughType
Specifies the types of strike through options applied for text.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum TextStrikethroughType : sbyte
Fields
| Name | Description |
|---|---|
| Double | Specifies the TextStrikethroughType is double. |
| None | Specifies the TextStrikethroughType is none. |
| Single | Specifies the TextStrikethroughType is single. |