Skip to content

Applies the Fluent design pattern to WinUI controls to create interfaces in a more expressive and readable way. Uses method chaining in the control class for cleaner, more readable code.

License

Notifications You must be signed in to change notification settings

alexfalconflores/uwp-markup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UWP Markup Cover

This project uses C# 11 with the PolySharp library. The minimum version is Windows 10, 1903 (Build,18362).

This project can be used with C# 7.2, but we recommend that you use C# 11 in your project (.csproj) and use the PolySharp library.


NuGet NuGet Go to Nuget

Applies the Fluent design pattern to WinUI controls to create interfaces in a more expressive and readable way.

Uses method chaining in the control class for cleaner, more readable code.

Installation 📦

This project is available as a NuGet package. You can install it using the NuGet Package Console window:

NuGet\Install-Package AlexFalconFlores.UWP.Markup -Version 1.0.0

Documentation 📖

I highlight the custom methods that are not WinUI's own, so that the developer can keep in mind that only WinUI's own methods will not be found. To know how to use them, I checked the documentation.

About

Applies the Fluent design pattern to WinUI controls to create interfaces in a more expressive and readable way. Uses method chaining in the control class for cleaner, more readable code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages