A number of small helpers, behaviors, etc. to help you create UWP application with ease. From most known like BooleanToVisibilityConverter
to something more specific like ApplicationViewHelper
.
It's designed to be a set of small tools brought together under one solution. So you can get only what you actually need.
Currently it's under kinda active development. I will update README after each new feature will be implemented.
Will help you to take control of a CoreApplicationViewTitleBar
and a ApplicationViewTitleBar
in a scenario when you have your collection of brushes for a TitleBar
defined as ThemeResource
's and you want them to change along UI theme color.
// Your implementation of IApplicationViewData.
var applicationViewData = new ApplicationViewData();
var applicationViewHelper = new ApplicationViewHelper(applicationViewData);
await applicationViewHelper.SetAsync();
This project is licensed under the WTFPL License.