TextExportSettings.TextDecorations Attached Property
Specifies the text decorations (such as underline or strikeout) available in the exported document. This is a dependency property. This is an attached property.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetTextDecorations(DependencyObject) and SetTextDecorations(DependencyObject, TextDecorationCollection).
Returns
Type | Description |
---|---|
TextDecorationCollection | A TextDecorationCollection enumeration value. |
See Also