Click or drag to resize
IGraphicsDisplayAutoUpdate Property
Gets or sets a value that indicates if Update should automatically be called after drawing operations.

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

Property Value

Type: Boolean
true if Update should automatically be called after drawing operations; otherwise false. The default is true.
Remarks
This property can be set to false to have more fine grained control over how many drawing operations are batched before they are sent to the display.
See Also