Table of Contents

Class ViewDescription

The description of a View test object in a mobile application.

Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public class ViewDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

ViewDescription()

Declaration
public ViewDescription()

Properties

IsScrollable

Indicates whether the object can be checked.

Declaration
public bool? IsScrollable { get; set; }
Property Value
Type Description
bool?

Implements

ICloneable
IDescription