TextExportSettings.SetTextDecorations(DependencyObject, TextDecorationCollection) Method
Sets the value of the TextExportSettings.TextDecorations attached property to a specified DependencyObject.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static void SetTextDecorations(
DependencyObject obj,
TextDecorationCollection value
)
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | A DependencyObject whose TextExportSettings.TextDecorations property is to be set. |
value | TextDecorationCollection | The value to be assigned to the TextExportSettings.TextDecorations property. |
See Also