Class CarouselDescription
The description of an SAPUI5 Carousel test object.
Inheritance
CarouselDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class CarouselDescription : WebElementDescription, ICloneable, IDescription
Constructors
CarouselDescription()
Declaration
public CarouselDescription()
Properties
IsEnabled
Indicates whether the object is enabled.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ItemsCount
The number of items contained in the carousel.
Declaration
public uint? ItemsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |
Orientation
Specifies how the carousel items are displayed.
Declaration
public Orientation? Orientation { get; set; }
Property Value
| Type | Description |
|---|---|
| Orientation? |