Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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