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

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

Declaration

public static TextDecorationCollection GetTextDecorations(
    DependencyObject obj
)

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