Skip to main content

FlipView.Orientation Property

Gets or sets the item flipping orientation.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public Orientation Orientation { get; set; }

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.

FlipView_Orientation_Horizontal FlipVIew_Orientation_Vertical

See Also