在我的 AppShell.xaml 中,我有許多 UI 主題設定。例如,
<Setter Property="Shell.BackgroundColor" Value="Blue" />
<Setter Property="Shell.TitleColor" Value="White" />
但是,我找不到 iOS 中 <- (Back) 按鈕旁邊顯示的文本的 Shell 設定。我嘗試使用 NavigationPage 物件進行設定,但沒有效果。
這個怎么設定?謝謝。
編輯:請參閱下面我自己的答案/解決方案。
uj5u.com熱心網友回復:
我找到了解決方案。
控制后退按鈕顏色的是 ForegroundColor 設定器。
例如:
<Setter Property="Shell.ForegroundColor" Value="White" />
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/470498.html
標籤:xamarin xamarin.forms xamarin.ios xamarin.shell