Skip to main content

ExportSettings.GetFlowDirection(DependencyObject) Method

Gets the value of the ExportSettings.FlowDirection 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 FlowDirection GetFlowDirection(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject whose ExportSettings.FlowDirection property’s value is to be returned.

Returns

Type Description
FlowDirection

The value of the ExportSettings.FlowDirection property for the specified DependencyObject.

See Also