Skip to main content

TextExportSettings.SetTextWrapping(DependencyObject, TextWrapping) Method

Sets the value of the TextExportSettings.TextWrapping attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetTextWrapping(
    DependencyObject obj,
    TextWrapping value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value TextWrapping

The required TextWrapping value.

See Also