Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

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