Merged Dictionaries In Xamarin.Forms

added by DotNetKicks
9/22/2017 12:53:27 PM

320 Views

Placing styles and other resources in your ResourceDictionary is a great way to reuse these elements through your page or application. However, up until now, you could only merge with one external resource dictionary, using MergedWith. With MergedDictionaries, you can now separate out your styles into multiple files, and merge them as desired on each page.


0 comments