Table of Contents

Class CarouselDescription

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

The description of an SAPUI5 Carousel test object.

public class CarouselDescription : WebElementDescription, ICloneable, IDescription
Inheritance
CarouselDescription
Implements
Inherited Members

Constructors

CarouselDescription()

public CarouselDescription()

Properties

IsEnabled

Indicates whether the object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

ItemsCount

The number of items contained in the carousel.

public uint? ItemsCount { get; set; }

Property Value

uint?

Orientation

Specifies how the carousel items are displayed.

public Orientation? Orientation { get; set; }

Property Value

Orientation?

Remarks