Class CarouselPath
List of available CarouselPath.
Inheritance
System.Object
CarouselPath
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class CarouselPath : Enum
Fields
Default
Child items are traversed in a Default path.
Declaration
public const CarouselPath Default
Field Value
| Type |
|---|
| CarouselPath |
Linear
Child items are traversed in a Linear path.
Declaration
public const CarouselPath Linear
Field Value
| Type |
|---|
| CarouselPath |
Orbital
Child items are traversed in a Orbital path.
Declaration
public const CarouselPath Orbital
Field Value
| Type |
|---|
| CarouselPath |
Oval
Child items are traversed in a Oval path.
Declaration
public const CarouselPath Oval
Field Value
| Type |
|---|
| CarouselPath |