为了账号安全,请及时绑定邮箱和手机立即绑定

xamarin 表单更改选定的 Tab 颜色文本

xamarin 表单更改选定的 Tab 颜色文本

C#
蓝山帝景 2021-10-09 14:01:37
我正在使用 Xamarin 跨平台表单标签页。我想更改选定的选项卡颜色文本。我可以更改背景和文本颜色。 我需要更改选定的选项卡颜色文本。 这是我的代码var page = new tabPage()                    {                        BarBackgroundColor = Color.WhiteSmoke,                        BarTextColor = Color.Black                    };<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"             x:Class="ABCAPP.Views.MainPage"  >    <!--Pages can be added as references or inline-->    <ContentPage Title="ALL"  >    </ContentPage><ContentPage Title="Email"   ></ContentPage> <ContentPage Title="phoe"   ></ContentPage>如果我们选择“电子邮件”,我想更改“电子邮件”,文本颜色。我该怎么做 ?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 202 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信