| SSD1306PixelFormat Property |
Gets or sets the format of the pixels on the display.
Namespace: Microsoft.IoT.Devices.DisplayAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DisplayPixelFormat PixelFormat { get; set; }
Public Property PixelFormat As DisplayPixelFormat
Get
Set
public:
virtual property DisplayPixelFormat PixelFormat {
DisplayPixelFormat get () sealed;
void set (DisplayPixelFormat value) sealed;
}
abstract PixelFormat : DisplayPixelFormat with get, set
override PixelFormat : DisplayPixelFormat with get, set
Property Value
Type:
DisplayPixelFormat
The format of the pixels on the display.
See Also