コード例 #1
0
ファイル: EntryRenderer.cs プロジェクト: zkolar/Xamarin.Forms
 void UpdateFontWeight()
 {
     if (Control is IEntry ie)
     {
         ie.FontWeight = Specific.GetFontWeight(Element);
     }
 }
コード例 #2
0
 void UpdateFontWeight()
 {
     Control.FontWeight = Specific.GetFontWeight(Element);
 }