chrfalch/NControl.Controls

FontSize Resource

mostafa901 opened this issue · 0 comments

Hi
When defining FontawesomeLabel FontSize in Resources via XAML, presents no effect on runtime, any clues.
<ScrollView.Resources> <ResourceDictionary> <Style TargetType="ctrl:FAExt"> <Setter Property="FontSize" Value="30"/> <Setter Property="TextColor" Value="Blue"/> </Style> </ResourceDictionary> </ScrollView.Resources>