Click or drag to resize
GraphicsDisplayPanelUpdateInterval Property
Gets or sets a value that indicates how often the display will be updated in milliseconds.

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 uint UpdateInterval { get; set; }

Property Value

Type: UInt32
A value that indicates how often the display will be updated in milliseconds. The default is 1000.
Remarks
GraphicsDisplayPanel will attempt to achieve the target rate but the highest possible rate is bound to the CPU and transfer speed of the display.
See Also