Click or drag to resize
GraphicsDisplayPanelDisplay Property
Gets or sets the display that the panel will render to.

Namespace: Microsoft.IoT.DeviceCore.Controls
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IGraphicsDisplay Display { get; set; }

Property Value

Type: IGraphicsDisplay
The display that the panel will render to.
See Also