| SSD1306PixelsPerPage Property |
Gets or sets the number of pixels per page 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 int PixelsPerPage { get; set; }
Public Property PixelsPerPage As Integer
Get
Set
public:
virtual property int PixelsPerPage {
int get () sealed;
void set (int value) sealed;
}
abstract PixelsPerPage : int with get, set
override PixelsPerPage : int with get, set
Property Value
Type:
Int32
The number of pixels per page on the display. The default is 8.
See Also