SlideView.Orientation Property
In This Article
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
C#
public StackOrientation Orientation { get; set; }
#Property Value
Type | Description |
---|---|
Stack |
A value that specifies an orientation of scrolling within the Slide |
See Also