CompositionProToolkit 1.0.1
dotnet add package CompositionProToolkit --version 1.0.1
NuGet\Install-Package CompositionProToolkit -Version 1.0.1
<PackageReference Include="CompositionProToolkit" Version="1.0.1" />
paket add CompositionProToolkit --version 1.0.1
#r "nuget: CompositionProToolkit, 1.0.1"
// Install CompositionProToolkit as a Cake Addin #addin nuget:?package=CompositionProToolkit&version=1.0.1 // Install CompositionProToolkit as a Cake Tool #tool nuget:?package=CompositionProToolkit&version=1.0.1
Collection of Helper classes for Windows.UI.Composition, Win2d.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
UAP 10.0
- Win2D.uwp (>= 1.25.0)
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...
|
Built using Windows SDK 18362 and based on Microsoft.NETCore.UniversalWindowsPlatform v6.2.10.