ExportSettings.SetFlowDirection(DependencyObject, FlowDirection) Method
Sets the value of the ExportSettings.FlowDirection attached property to a specified DependencyObject.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | A DependencyObject whose ExportSettings.FlowDirection property is to be set. |
value | FlowDirection | The value to be assigned to the ExportSettings.FlowDirection property. |
See Also