Class DisplayInfo
Represents information about a display device.
Inherited Members
Namespace: Serenity.SystemConfiguration.Domain.Entities
Assembly: Serenity.SystemConfiguration.Domain.dll
Syntax
public class DisplayInfo
Constructors
DisplayInfo()
Declaration
public DisplayInfo()
Properties
Height
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int | Gets or sets the height of the display in pixels. |
Index
Declaration
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| int | Gets or sets the index of the display. |
IsPrimary
Declaration
public bool IsPrimary { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | Gets or sets whether this display is the primary display. |
RefreshRate
Declaration
public int RefreshRate { get; set; }
Property Value
| Type | Description |
|---|---|
| int | Gets or sets the refresh rate of the display in Hz. |
Width
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int | Gets or sets the width of the display in pixels. |