Class TextDecoration
Defines how to decorate the text
Overline - Decorates the text with a line above the text
Underline - Decorates the text with an underline
LineThrough - Decorates the text by striking it with a line
None - Text will not have any specific decoration
Inheritance
System.Object
TextDecoration
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class TextDecoration : Enum
Fields
LineThrough
Declaration
public const TextDecoration LineThrough
Field Value
None
Declaration
public const TextDecoration None
Field Value
Overline
Declaration
public const TextDecoration Overline
Field Value
Underline
Declaration
public const TextDecoration Underline
Field Value