Interface ICarousel
An SAPUI5 carousel object.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface ICarousel : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Properties
ItemsCount
The number of items contained in this carousel.
Declaration
uint ItemsCount { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Orientation
Specifies how the carousel items are displayed.
Declaration
Orientation Orientation { get; }
Property Value
| Type | Description |
|---|---|
| Orientation |
Remarks
Possible values: Orientation
Methods
Next()
Slides this carousel to the next item.
Declaration
void Next()
Previous()
Slides this carousel to the previous item.
Declaration
void Previous()