ConnectorTypeId Property
Specifies the connector type ID used with ConnectorType. If null, the preferred connector type ID will be used.
Definition
Namespace: Avalonia.LinuxFramebuffer
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)
- C#
- VB
- F#
public uint? ConnectorTypeId { get; set; }
Public Property ConnectorTypeId As UInteger?
Get
Set
member ConnectorTypeId : Nullable<uint32> with get, set