Interface IEmulatedDevice
Base interface for emulated devices.
public interface IEmulatedDevice : IEnvironment
Properties
Height
The height of the emulated device screen.
int Height { get; set; }
Property Value
IsMobile
The mobile capability of the emulated device.
bool IsMobile { get; set; }
Property Value
IsTouchable
The touchable capability of the emulated device screen.
bool IsTouchable { get; set; }
Property Value
Name
The name of the emulated device.
string Name { get; set; }
Property Value
ScaleFactor
The scale factor of the emulated device screen.
double ScaleFactor { get; set; }
Property Value
UserAgent
The UserAgent property of the emulated device.
string UserAgent { get; set; }
Property Value
Width
The width of the emulated device screen.
int Width { get; set; }