Class ScreenInfo
ScreenInfo
public sealed class ScreenInfo- Inheritance
- 
      
      ScreenInfo
- Inherited Members
Properties
AvailHeight
availHeight
[JsonPropertyName("availHeight")]
public long AvailHeight { get; set; }Property Value
AvailLeft
availLeft
[JsonPropertyName("availLeft")]
public long AvailLeft { get; set; }Property Value
AvailTop
availTop
[JsonPropertyName("availTop")]
public long AvailTop { get; set; }Property Value
AvailWidth
availWidth
[JsonPropertyName("availWidth")]
public long AvailWidth { get; set; }Property Value
ColorDepth
colorDepth
[JsonPropertyName("colorDepth")]
public long ColorDepth { get; set; }Property Value
DevicePixelRatio
devicePixelRatio
[JsonPropertyName("devicePixelRatio")]
public double DevicePixelRatio { get; set; }Property Value
Height
height
[JsonPropertyName("height")]
public long Height { get; set; }Property Value
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }Property Value
IsExtended
isExtended
[JsonPropertyName("isExtended")]
public bool IsExtended { get; set; }Property Value
IsInternal
isInternal
[JsonPropertyName("isInternal")]
public bool IsInternal { get; set; }Property Value
IsPrimary
isPrimary
[JsonPropertyName("isPrimary")]
public bool IsPrimary { get; set; }Property Value
Label
label
[JsonPropertyName("label")]
public string Label { get; set; }Property Value
Left
left
[JsonPropertyName("left")]
public long Left { get; set; }Property Value
Orientation
orientation
[JsonPropertyName("orientation")]
public ScreenOrientation Orientation { get; set; }Property Value
Top
top
[JsonPropertyName("top")]
public long Top { get; set; }Property Value
Width
width
[JsonPropertyName("width")]
public long Width { get; set; }