IEmulatedDevice Interface
Base interface for emulated devices.

C# Syntax

public interface IEmulatedDevice : HP.LFT.SDK.IEnvironment  
Public Properties
 NameDescription
PropertyHeightThe height of the emulated device screen.  
PropertyIsMobileThe mobile capability of the emulated device.  
PropertyIsTouchableThe touchable capability of the emulated device screen.  
PropertyNameThe name of the emulated device.  
PropertyScaleFactorThe scale factor of the emulated device screen.  
PropertyUserAgentThe UserAgent property of the emulated device.  
PropertyWidthThe width of the emulated device screen.  
Top