CompositionProToolkit 0.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CompositionProToolkit --version 0.8.0
NuGet\Install-Package CompositionProToolkit -Version 0.8.0
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="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CompositionProToolkit --version 0.8.0
#r "nuget: CompositionProToolkit, 0.8.0"
#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.
// Install CompositionProToolkit as a Cake Addin
#addin nuget:?package=CompositionProToolkit&version=0.8.0

// Install CompositionProToolkit as a Cake Tool
#tool nuget:?package=CompositionProToolkit&version=0.8.0

Collection of Helper classes for Windows.UI.Composition, Win2d and some UI controls.

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
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.

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);

CompositionProToolkit.Controls

Collection of UI controls made using Composition.

GitHub repositories (1)

Showing the top 1 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...
Version Downloads Last updated
1.0.1 18,703 5/29/2020
0.9.1 5,927 12/14/2018
0.8.0 9,848 1/18/2018

Added ProgressRing3d control. Bug fixes.