Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
ON

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

public StackOrientation Orientation { get; set; }

Property Value

Type Description
StackOrientation

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

See Also