当我使用<NavigationPage.TitleView>...</NavigationPage.TitleView>
时。我遇到以下错误。
Error XLS0415 The attachable property 'TitleView' was not found in type 'NavigationPage'.
<NavigationPage.TitleView>
<Label Text="Title" HorizontalTextAlignment="Start" FontSize="Large" Margin="40,0,0,0" TextColor="White"/>
</NavigationPage.TitleView>
我期待得到的结果。