ConnectorType Property
Specifies whether our connector is HDMI-A, DVI, DisplayPort, etc. If null, the preferred connector will be used.
Definition
Namespace: Avalonia.LinuxFramebuffer
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)
- C#
- VB
- F#
public DrmConnectorType? ConnectorType { get; set; }
Public Property ConnectorType As DrmConnectorType?
Get
Set
member ConnectorType : Nullable<DrmConnectorType> with get, set