Skip to main content

DrmConnector Class

Definition

Assembly:Avalonia.LinuxFramebuffer
Package:Avalonia.LinuxFramebuffer
public class DrmConnector

Inheritance: object -> DrmConnector

Properties

NameDescription
ConnectionNo summary available.
ConnectorTypeNo summary available.
ConnectorTypeIdNo summary available.
IdNo summary available.
ModesNo summary available.
NameNo summary available.
SizeMmNo summary available.
SubPixelNo summary available.

Connection Property

public Avalonia.LinuxFramebuffer.Output.DrmModeConnection Connection { get; set; }

ConnectorType Property

public Avalonia.LinuxFramebuffer.DrmConnectorType ConnectorType { get; set; }

ConnectorTypeId Property

public uint ConnectorTypeId { get; set; }

Id Property

public uint Id { get; set; }

Modes Property

public System.Collections.Generic.List<Avalonia.LinuxFramebuffer.Output.DrmModeInfo> Modes { get; set; }

Name Property

public string Name { get; set; }

SizeMm Property

public Avalonia.Size SizeMm { get; set; }

SubPixel Property

public Avalonia.LinuxFramebuffer.Output.DrmModeSubPixel SubPixel { get; set; }