Info
Version: | 9.0.537 |
Author(s): | Brian Lagunas, Dan Siegel |
Last Update: | Tuesday, August 20, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PrismLibrary/Prism |
NuGet Url: | https://www.nuget.org/packages/Prism.Forms.Regions |
Install
Install-Package Prism.Forms.Regions
dotnet add package Prism.Forms.Regions
paket add Prism.Forms.Regions
Prism.Forms.Regions Download (Unzip the "nupkg" after downloading)
Dependencies
- Prism.Forms(>= 8.0.0.1909)
Tags
Prism's core functionality is a shared library targeting the .NET Framework and .NET. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, .NET MAUI and Xamarin Forms).
Prism.Forms.Regions helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications by bringing class WPF Regions to Xamarin.Forms.
This library provides the IRegion and RegionManager. While we support a number of standard Xamarin.Forms controls like StackLayout & ContentView, you can provide custom RegionAdapters to make Regions work with any control that you like.