</source>
[[Category== AR related refactoring ==The AR related view models are restructured and cleaned up. '''Existing XAMLs are NOT compatible and must be updated according to the table below.''' {| class="wikitable" | width = "75%"|-!style="text-align:WinXleft;"|XAML Changes template!!style="text-align:left;"|Binding content in V.3.4!!style="text-align:left;"|Binding content in V.3.5|-|rowspan="4"|UBIK WinX ''XXX''POI<br/>UBIKPOIFlyout|Content.''XXX''||ContentViewModel.''XXX''|-|Name||ContentViewModel.Title|-|Description||ContentViewModel.SubTitle|-|Image||Icon|-|UBIKDirectPOI||ShowInCameraView||IsVisible|-|rowspan="2"|UBIKGeoPOI|ShowInGlobalView||IsVisible|-|GeoLocation.''XXX''||GeoCoordinate.''XXX''|-|UBIKIDPOI||ShowInLocalView||IsVisible|-|UBIKUserPin(Small)||Attitude.''XXX''||Orientation.''XXX''|-|} ''XXX'' is a placeholder text. For example, the UBIKMapPOI template in version 3.4 had a binding <source lang = "xml">{Binding Content.ClassificationHandler.StatusColor, ...}</source>Now in version 3.5]], it needs to be changed to <source lang = "xml">{Binding ContentViewModel.ClassificationHandler.StatusColor, ...}</source> == Bugfix related ==A few bugfixes we included in version 3.5 require some modifications in the XAML templates. If you have customized the following templates, we recommend that you fetch their latest default version and customize them again.* UBIKPOIFlyout;* UBIKEdit.
[[Category:Client|XAML Changes in UBIK WinX 3.5]]
[[Category:Version 3.5|XAML Changes in UBIK WinX 3.5]]
[[Category:WinX|XAML Changes in UBIK WinX 3.5]]