Interface IView
A view object in a mobile application. (iOS Only)
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface IView : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider, IScrollable
Properties
IsScrollable
Indicates whether the view can be scrolled.
Declaration
bool IsScrollable { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Zoom(Location, double)
Zoom to the specified scale.
Declaration
void Zoom(Location focalPoint, double scale)
Parameters
| Type | Name | Description |
|---|---|---|
| Location | focalPoint | The center Location of the zoom. |
| double | scale | The zoom scale (0.5 to reduce to half, 2 to double the size, and so on). |