Enum TextDecoration
Indicates the decoration style of text associated with report items.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public enum TextDecoration
Fields
Name | Description |
---|---|
Default | Normal text. |
LineThrough | Text with a line through the middle. |
None | Normal text. |
Overline | Overlined text. |
Underline | Underlined text. |