MonitorPropertyName
public enum MonitorPropertyName : String, PropertyNameProtocol
Undocumented
-
The connector name.
Declaration
Swift
case connector = "connector" -
The
GdkDisplayof the monitor.Declaration
Swift
case display = "display" -
The geometry of the monitor.
Declaration
Swift
case geometry = "geometry" -
The height of the monitor, in millimeters.
Declaration
Swift
case heightMm = "height-mm" -
The manufacturer name.
Declaration
Swift
case manufacturer = "manufacturer" -
The model name.
Declaration
Swift
case model = "model" -
The refresh rate, in milli-Hertz.
Declaration
Swift
case refreshRate = "refresh-rate" -
The scale factor.
Declaration
Swift
case scaleFactor = "scale-factor" -
The subpixel layout.
Declaration
Swift
case subpixelLayout = "subpixel-layout" -
Whether the object is still valid.
Declaration
Swift
case valid = "valid" -
The width of the monitor, in millimeters.
Declaration
Swift
case widthMm = "width-mm"
View on GitHub
Install in Dash
MonitorPropertyName Enumeration Reference