CompositionProToolkit 1.0.1

dotnet add package CompositionProToolkit --version 1.0.1
                    
NuGet\Install-Package CompositionProToolkit -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CompositionProToolkit" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CompositionProToolkit" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="CompositionProToolkit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CompositionProToolkit --version 1.0.1
                    
#r "nuget: CompositionProToolkit, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=CompositionProToolkit&version=1.0.1
                    
Install CompositionProToolkit as a Cake Addin
#tool nuget:?package=CompositionProToolkit&version=1.0.1
                    
Install CompositionProToolkit as a Cake Tool

Collection of Helper classes for Windows.UI.Composition, Win2d.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on CompositionProToolkit:

Package Downloads
Sharpnado.Tabs

Pure Xamarin.Forms tabs: * Fixed tabs (android tabs style) * Scrollable tabs * Vertical tabs * Material design tabs (top and leading icon) * Support for SVG images * Segmented tabs * Custom shadows (neumorphism ready) * Badges on tabs * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher * Bindable with ItemsSource -------------- Installation -------------- * In Core project, in `App.xaml.cs`: public App() { InitializeComponent(); Sharpnado.Tabs.Initializer.Initialize(loggerEnable: false); ... } * In iOS project: Xamarin.Forms.Forms.Init(); Sharpnado.Tabs.iOS.Preserver.Preserve(); * In UWP project: var rendererAssemblies = new[] { typeof(UWPShadowsRenderer).GetTypeInfo().Assembly, typeof(UwpTintableImageEffect).GetTypeInfo().Assembly, }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);

Plugin.CrossPlatformTintedImage

A simple custom control for tinting images in Xamarin Forms. TintedImageRenderer.Init() must be called on each supported platform. Tinting can be disabled by setting TintColor to Transparent. Refer to documentation for sample usage.

CompositionProToolkit.Controls

Collection of UI controls made using Composition.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on CompositionProToolkit:

Repository Stars
roubachof/Sharpnado.Tabs
Pure MAUI and Xamarin.Forms Tabs, including fixed tabs, scrollable tabs, bottom tabs, badge, segmented control, custom tabs, button tabs, bendable tabs...
FireCubeStudios/DarkSky
BlueSky client for Windows 10/11
Version Downloads Last updated
1.0.1 21,025 5/29/2020
0.9.1 6,213 12/14/2018
0.8.0 10,378 1/18/2018

Built using Windows SDK 18362 and based on Microsoft.NETCore.UniversalWindowsPlatform v6.2.10.