Skip to content

A number of small helpers, behaviors, etc. to help you create UWP application with ease.

License

Notifications You must be signed in to change notification settings

khamitimur/AmazingUWPToolkit

Repository files navigation

AmazingUWPToolkit

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.

Example

// Your implementation of IApplicationViewData.
var applicationViewData = new ApplicationViewData();
var applicationViewHelper = new ApplicationViewHelper(applicationViewData);

await applicationViewHelper.SetAsync();

Libraries used

Tools used

License

This project is licensed under the WTFPL License.

About

A number of small helpers, behaviors, etc. to help you create UWP application with ease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages