Skip to content

Latest commit

 

History

History
191 lines (179 loc) · 18.5 KB

README.md

File metadata and controls

191 lines (179 loc) · 18.5 KB

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.