| <syntaxhighlight lang="xml">VideoPlayer Aspect="AspectFit"</syntaxhighlight>
|}
=== VideoPlayer Adjustments ===
'''The UriToVideoSourceConverter is no longer needed because the conversion of the
VideoSource gets done by the MediaElement itself. It is marked as obsolete and should therefore no longer be used.'''
| <syntaxhighlight lang="xml"><controls:VideoPlayer... Source="{Binding DocumentViewModel.LocalURI}"/></syntaxhighlight>
|}
=== VideoPlayer Adjustments ===
'''The StopTimer property is obsolete and no longer needed because the MediaElement behind does the Stop of the VideoPlayer
by itself.'''
|}
=== Namespace conversion Layout name change ===
{| class="wikitable"
! Xamarin
|}
=== Namespace conversion TemplateService binding for extracted templates ==='''1. We need to add the following namespace where the changes are applied:
xmlns:services="clr-namespace:UBIK.MAUI.Services;assembly=UBIK.MAUI";
2. We need to search for both "StaticResource" and "DynamicResource";
3. We only listed some examples here. But the same rule applies to all those templates exacted from UBIKThemes (see those under the first "Recommended" sheet's A2 cellpoint).'''
{| class="wikitable"
! Xamarin
| {StaticResource UBIKChildItem}
| {Binding [UBIKChildItem], Source={x:Static services:TemplateService.Instance}}
|}
=== TemplateService binding for extracted templates ===
{| class="wikitable"
! Xamarin
! MAUI
|-
| {StaticResource UBIKDocumentItem}
| {Binding [UBIKDocumentItem], Source={x:Static services:TemplateService.Instance}}
|}
=== TemplateService binding for extracted templates ===
{| class="wikitable"
! Xamarin
! MAUI
|-
| {StaticResource UBIKMainItem}