| GraphicsDisplayPanelAutoUpdate Property |
Gets a value that indicates if the panel should automatically update the display.
Namespace: Microsoft.IoT.DeviceCore.ControlsAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AutoUpdate { get; set; }
Public Property AutoUpdate As Boolean
Get
Set
public:
virtual property bool AutoUpdate {
bool get () sealed;
void set (bool value) sealed;
}
abstract AutoUpdate : bool with get, set
override AutoUpdate : bool with get, set
Property Value
Type:
Booleantrue if the panel should automatically update the display; otherwise
false. The default is
false.
Remarks See Also