9484 - [Windows] Converter not found

This commit is contained in:
Vignesh-SF3580 2024-08-07 14:53:13 +05:30
Родитель 06aa1018e1
Коммит 24ec8a7dd5
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -5,6 +5,8 @@
x:Class="SurfingApp.App">
<Application.Resources>
<ResourceDictionary>
<converters:ToUpperConverter x:Key="ToUpperConverter" />
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Resources/Styles/Colors.xaml" />
<ResourceDictionary Source="Resources/Styles/Styles.xaml" />

Просмотреть файл

@ -10,7 +10,7 @@
<ContentPage.Resources>
<ResourceDictionary>
<converters:ToUpperConverter x:Key="ToUpperConverter" />
<Style x:Key="HeaderLayoutStyle" TargetType="Grid">
<Setter Property="VerticalOptions" Value="Center" />