| GraphicsDisplayPanelDisplay Property |
Gets or sets the display that the panel will render to.
Namespace: Microsoft.IoT.DeviceCore.ControlsAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IGraphicsDisplay Display { get; set; }
Public Property Display As IGraphicsDisplay
Get
Set
public:
virtual property IGraphicsDisplay^ Display {
IGraphicsDisplay^ get () sealed;
void set (IGraphicsDisplay^ value) sealed;
}
abstract Display : IGraphicsDisplay with get, set
override Display : IGraphicsDisplay with get, set
Property Value
Type:
IGraphicsDisplay
The display that the panel will render to.
See Also