Click or drag to resize
GraphicsDisplayPanelAutoUpdate Property
Gets a value that indicates if the panel should automatically update the display.

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 bool AutoUpdate { get; set; }

Property Value

Type: Boolean
true if the panel should automatically update the display; otherwise false. The default is false.
Remarks
The display will be updated as frequently as UpdateInterval
See Also