【发布时间】:2017-09-18 07:42:41
【问题描述】:
我有这个代码:
<Label x:Name="questionGroupHintInfoLabel" FontAttributes="Bold" Text="Folgende Hinweismeldung wurde für die aktuelle Fragengruppe hinterlegt:">
<Label.FontSize>
<OnPlatform x:TypeArguments="NamedSize"
iOS="Small"
Android="Small" />
</Label.FontSize>
</Label>
...并得到这个错误:
No property, bindable property, or event found for FontSize
我做错了什么?
谢谢。
【问题讨论】:
标签: c# xamarin xamarin.ios xamarin.forms xamarin.android