| IGraphicsDisplayAutoUpdate Property |
Gets or sets a value that indicates if
Update should automatically be called
after drawing operations.
Namespace: Microsoft.IoT.DeviceCore.DisplayAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool AutoUpdate { get; set; }
Property AutoUpdate As Boolean
Get
Set
property bool AutoUpdate {
bool get ();
void set (bool value);
}
abstract AutoUpdate : bool with get, set
Property Value
Type:
Booleantrue 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