【发布时间】:2017-10-25 23:24:04
【问题描述】:
这是我的选择器
<Picker Grid.Row="1"
Grid.Column="3"
Title="Select LeaveType"
ItemsSource="{Binding LeaveTypeCollection, Mode=TwoWay}"
ItemDisplayBinding="{Binding Value}"
SelectedItem="{Binding SelectedLeaveType}"
HorizontalOptions="FillAndExpand"/>
我想将标题 Fontsize 和 FontFamily 添加到 选择器有人可以帮助我解决这个问题,谢谢。
【问题讨论】:
-
这是我要更改的选择器
标签: c# xaml xamarin.forms