Class SetDeviceMetricsOverrideCommandSettings
SetDeviceMetricsOverride
public sealed class SetDeviceMetricsOverrideCommandSettings : ICommand
- Inheritance
-
SetDeviceMetricsOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DeviceScaleFactor
Gets or sets the deviceScaleFactor
[JsonPropertyName("deviceScaleFactor")]
public double DeviceScaleFactor { get; set; }
Property Value
DontSetVisibleSize
Gets or sets the dontSetVisibleSize
[JsonPropertyName("dontSetVisibleSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? DontSetVisibleSize { get; set; }
Property Value
- bool?
Height
Gets or sets the height
[JsonPropertyName("height")]
public long Height { get; set; }
Property Value
Mobile
Gets or sets the mobile
[JsonPropertyName("mobile")]
public bool Mobile { get; set; }
Property Value
PositionX
Gets or sets the positionX
[JsonPropertyName("positionX")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? PositionX { get; set; }
Property Value
- long?
PositionY
Gets or sets the positionY
[JsonPropertyName("positionY")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? PositionY { get; set; }
Property Value
- long?
Scale
Gets or sets the scale
[JsonPropertyName("scale")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Scale { get; set; }
Property Value
ScreenHeight
Gets or sets the screenHeight
[JsonPropertyName("screenHeight")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ScreenHeight { get; set; }
Property Value
- long?
ScreenOrientation
Gets or sets the screenOrientation
[JsonPropertyName("screenOrientation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScreenOrientation ScreenOrientation { get; set; }
Property Value
ScreenWidth
Gets or sets the screenWidth
[JsonPropertyName("screenWidth")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ScreenWidth { get; set; }
Property Value
- long?
Viewport
Gets or sets the viewport
[JsonPropertyName("viewport")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Viewport Viewport { get; set; }
Property Value
Width
Gets or sets the width
[JsonPropertyName("width")]
public long Width { get; set; }