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.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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