Back to Devexpress

SlideView.Orientation Property

maui-devexpress-dot-maui-dot-core-dot-slideview-e639fa79.md

latest989 B
Original Source

SlideView.Orientation Property

Gets or sets whether users should use “left” and “right” swipes (horizontal orientation) or “up” and “down” swipes (vertical orientation) to scroll through SlideView items. This is a bindable property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public StackOrientation Orientation { get; set; }

Property Value

TypeDescription
StackOrientation

A value that specifies an orientation of scrolling within the SlideView.

|

See Also

SlideView Class

SlideView Members

DevExpress.Maui.Core Namespace