| GraphicsDisplayPanelUpdateInterval Property |
Gets or sets a value that indicates how often the display will be updated in milliseconds.
Namespace: Microsoft.IoT.DeviceCore.ControlsAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public uint UpdateInterval { get; set; }
Public Property UpdateInterval As UInteger
Get
Set
public:
virtual property unsigned int UpdateInterval {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract UpdateInterval : uint32 with get, set
override UpdateInterval : uint32 with 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