Reference custom resource defined in another xaml file

前端 未结 2 864
后悔当初
后悔当初 2020-12-28 08:42

I am trying to create a new resource in one xaml file and reference it in another xaml file. i.e I define


    

        
2条回答
  •  借酒劲吻你
    2020-12-28 09:03

    You should define this in the app.xaml file. These resources are shared throughout the entire project

提交回复
热议问题