Class ViewMode
Contains values for the view mode enumeration that about to layout based on user input in the SfCarousel control.
Inheritance
System.Object
ViewMode
Namespace: Syncfusion.SfCarousel.XForms
Assembly: Syncfusion.SfCarousel.XForms.dll
Syntax
public sealed class ViewMode : Enum
Fields
Default
Layouts the control in a 3-D layered structure with rotation angle specified.
Declaration
public const ViewMode Default
Field Value
Type |
---|
ViewMode |
Linear
Layouts the control in a horizontal flat layout.
Declaration
public const ViewMode Linear
Field Value
Type |
---|
ViewMode |