Class AddScreenCommandSettings
AddScreen
public sealed class AddScreenCommandSettings : ICommand- Inheritance
- 
      
      AddScreenCommandSettings
- Implements
- Inherited Members
Properties
ColorDepth
Gets or sets the colorDepth
[JsonPropertyName("colorDepth")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ColorDepth { get; set; }Property Value
- long?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
DevicePixelRatio
Gets or sets the devicePixelRatio
[JsonPropertyName("devicePixelRatio")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? DevicePixelRatio { get; set; }Property Value
Height
Gets or sets the height
[JsonPropertyName("height")]
public long Height { get; set; }Property Value
IsInternal
Gets or sets the isInternal
[JsonPropertyName("isInternal")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsInternal { get; set; }Property Value
- bool?
Label
Gets or sets the label
[JsonPropertyName("label")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Label { get; set; }Property Value
Left
Gets or sets the left
[JsonPropertyName("left")]
public long Left { get; set; }Property Value
Rotation
Gets or sets the rotation
[JsonPropertyName("rotation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Rotation { get; set; }Property Value
- long?
Top
Gets or sets the top
[JsonPropertyName("top")]
public long Top { get; set; }Property Value
Width
Gets or sets the width
[JsonPropertyName("width")]
public long Width { get; set; }Property Value
WorkAreaInsets
Gets or sets the workAreaInsets
[JsonPropertyName("workAreaInsets")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public WorkAreaInsets? WorkAreaInsets { get; set; }