コード例 #1
0
ファイル: LabelHandler.cs プロジェクト: josephwambura/maui
        static LabelHandler()
        {
#if __IOS__
            LabelMapper.PrependToMapping(nameof(IView.FlowDirection), (h, __) => h.UpdateValue(nameof(ITextAlignment.HorizontalTextAlignment)));
#endif
        }