Changes

XAML Tips

567 bytes added, 12:43, 12 May 2023
This command can be used to [[Custom_View_(Client)|display cutom views]].
=== TeachInCommand ===
This command is available in both ContentViewModel and PropertyViewModel.
* ContentViewModel.TeachIncommand: If possible, sets the current location of the device as the value of the context object's [[SYSCLS_GEO|geo property]]. Saves and commits the change;
* PropertyViewModel.TeachInCommand: If possible, sets the current location of the device as the value of the current property if it's a geo property (not necessarily the [[SYSCLS_GEO|geo property]]). Addtionally supports a boolean command parameter. True to save and commit the change.
== Performance related ==