You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I am defining a custom Shell.TitleView in a way to preserve the Tab/Page title of my ContentPage as follow:
<Shell.TitleView>
<Label Text="Page2" FontSize="20" VerticalTextAlignment="Center"/>
<!-- rest of my TitleView irrelevant in this question-->
</Shell.TitleView>
For clarity:
1st Tab: using my custom Shell.TitleView.
2nd Tab: using default Shell.TitleView.
I am not using any style or custom font just using the empty template project for shell flyout.
The issue here is that the generated title by the default Shell.TitleView (in the second Tab) is different from mine (the difference is more noticeable when you navigate from one tab to the other than in screenshots), at first I thought it was a matter of combination between FontSize and FontAttributes="bold".
What is causing this difference? FontFamily? How to make it same?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am defining a custom
Shell.TitleView
in a way to preserve the Tab/Page title of myContentPage
as follow:For clarity:
Shell.TitleView
.Shell.TitleView
.The issue here is that the generated title by the default
Shell.TitleView
(in the second Tab) is different from mine (the difference is more noticeable when you navigate from one tab to the other than in screenshots), at first I thought it was a matter of combination betweenFontSize
andFontAttributes="bold"
.What is causing this difference?
FontFamily
? How to make it same?EDIT
Updated question and discussion in: Defining Shell.TitleView while preserving the title text of tabs in shell, but seems showing in a different font
Beta Was this translation helpful? Give feedback.
All reactions