TextExportSettings.GetTextDecorations(DependencyObject) Method
Gets the value of the TextExportSettings.TextDecorations attached property for a specified DependencyObject.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | A DependencyObject whose TextExportSettings.TextDecorations property’s value is to be returned. |
Returns
| Type | Description |
|---|---|
| TextDecorationCollection | The value of the TextExportSettings.TextDecorations property for the specified DependencyObject. |
See Also