FlipView.Orientation Property
Gets or sets the item flipping orientation.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
Orientation | The Orientation enumeration value specifying the item flipping orientation. |
Remarks
You can specify the item flipping orientation with the Orientation property. The FlipView items can be flipped horizontally or vertically. This property affects the position of the Previous and Next buttons in the FlipView and the direction of an animation effect.
The images below demonstrate the FlipView with the horizontal and vertical item flipping orientation respectively.
See Also