Uno.CommunityToolkit.WinUI
7.1.100
dotnet add package Uno.CommunityToolkit.WinUI --version 7.1.100
NuGet\Install-Package Uno.CommunityToolkit.WinUI -Version 7.1.100
<PackageReference Include="Uno.CommunityToolkit.WinUI" Version="7.1.100" />
paket add Uno.CommunityToolkit.WinUI --version 7.1.100
#r "nuget: Uno.CommunityToolkit.WinUI, 7.1.100"
// Install Uno.CommunityToolkit.WinUI as a Cake Addin
#addin nuget:?package=Uno.CommunityToolkit.WinUI&version=7.1.100
// Install Uno.CommunityToolkit.WinUI as a Cake Tool
#tool nuget:?package=Uno.CommunityToolkit.WinUI&version=7.1.100
This package includes code only helpers such as Color conversion tool, Storage file handling, a Stream helper class, SystemInformation helpers, etc.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-android31.0 net6.0-ios net6.0-ios15.4 net6.0-maccatalyst net6.0-maccatalyst15.4 net6.0-macos net6.0-macos12.3 net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid monoandroid11.0 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Uno.CommunityToolkit.Common (>= 7.1.100)
- Uno.WinUI (>= 4.4.20)
-
MonoAndroid 11.0
- Uno.CommunityToolkit.Common (>= 7.1.100)
- Uno.WinUI (>= 4.4.20)
-
net6.0-android31.0
- Uno.CommunityToolkit.Common (>= 7.1.100)
- Uno.WinUI (>= 4.4.20)
-
net6.0-ios15.4
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
- Uno.CommunityToolkit.Common (>= 7.1.100)
- Uno.WinUI (>= 4.4.20)
-
net6.0-maccatalyst15.4
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
- Uno.CommunityToolkit.Common (>= 7.1.100)
- Uno.WinUI (>= 4.4.20)
-
net6.0-macos12.3
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
- Uno.CommunityToolkit.Common (>= 7.1.100)
- Uno.WinUI (>= 4.4.20)
-
Xamarin.iOS 1.0
- Uno.CommunityToolkit.Common (>= 7.1.100)
- Uno.WinUI (>= 4.4.20)
-
Xamarin.Mac 2.0
- Uno.CommunityToolkit.Common (>= 7.1.100)
- Uno.WinUI (>= 4.4.20)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Uno.CommunityToolkit.WinUI:
Package | Downloads |
---|---|
Uno.CommunityToolkit.WinUI.UI
This library provides various common UI helpers. It is a part of the Windows Community Toolkit. AdvancedCollectionView: It's a collection view implementation that support filtering, sorting and incremental loading. It's meant to be used in a viewmodel. CacheBase: Provides methods and tools to cache files in a folder. Converters: Commonly used converters that allow the data to be modified as it passes through the binding engine. Extensions: - ApplicationViewExtensions: Provides attached properties for interacting with the ApplicationView on a window (app view). - AttachedDropShadow: Provides a composition based shadow effect which supports masking. - FrameworkElementExtensions: Provides attached dependency properties for the FrameworkElement. - ListViewExtensions: Provides attached dependency properties for the ListViewBase - LogicalTree: Defines a collection of extensions methods for UI. - MatrixExtensions: Provides a set of extensions to the Matrix struct. - MatrixHelperEx: Static helper methods for Matrix. - Mouse: Helper class for easily changing the mouseover cursor type. - NullableBool: Custom MarkupExtension which can provide nullable bool values. - RotateTransformExtensions: Extension methods for RotateTransform. - ScaleTransformExtensions: Extension methods for ScaleTransform. - ScrollViewerExtensions: Provides attached dependency properties for the ListViewBase - SkewTransformExtensions: Extension methods for SkewTransform. - SurfaceDialTextbox: Helper class that provides attached properties to enable any TextBox with the Surface Dial. - TextBoxMask: TextBox mask property allows a user to more easily enter fixed width text in TextBox control. - TextBoxRegex: TextBoxRegex allows text validation using a regular expression. - TitleBarExtensions: Provides attached dependency properties for interacting with the ApplicationViewTitleBar on a window (app view). - TranslateTransformExtensions: Extension methods for TranslateTransform. - VisualExtensions: Extension methods and attached properties for Visual objects - VisualTree: Defines a collection of extensions methods for UI. Helpers: - BindableValueHolder: Holds the value. Can be used to change several objects' properties at a time. - DependencyPropertyWatcher: Used to Track Changes of a Dependency Property - ThemeListener: Class which listens for changes to Application Theme or High Contrast Modes and Signals an Event when they occur. Triggers: Various Visual State Triggers to help trigger VisualStates in a wide variety of scenarios. |
|
Uno.CommunityToolkit.WinUI.UI.Controls.Core
This library provides XAML templated controls. It is a part of the Windows Community Toolkit. Controls: - CameraPreview: Easily preview video from camera sources and get realtime frames from the selected source. - DropShadowPanel: DropShadowPanel control allows the creation of a DropShadow for any Xaml FrameworkElement in markup. - ImageEx: Images are downloaded asynchronously showing a load indicator and can be stored in a local cache. - InAppNotification: Show local notifications in your application. - Loading: Helps to show content with animation to the user while the app is doing some calculation. - MetadataControl: Control for organizing text based categories with a separator, supports commands. - RadialProgressBar: Displays progress as a circle getting filled. - RotatorTile: Rotates through a set of items one-by-one like a live-tile. - TabbedCommandBar: A command bar that organizes features of an application into a series of tabs. - TextToolbar: A Toolbar for Editing Text attached to a RichEditBox. It can format RTF, Markdown, or use a Custom Formatter. - TileControl: A ContentControl that show an image repeated many times. |
|
Uno.CommunityToolkit.WinUI.Connectivity
This library enables easier consumption of connectivity Devices/Peripherals and handle its connection to Windows devices. It contains BluetoothLE and Network connectivity helpers. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Uno.CommunityToolkit.WinUI:
Repository | Stars |
---|---|
2fast-team/2fast
Two-Factor Authenticator Supporting TOTP (Windows 10 & Android, iOS, Linux and macOS App)
|
Version | Downloads | Last updated |
---|---|---|
7.1.100 | 4,287 | 11/2/2022 |
7.1.100-dev.15.g12261e2626 | 3,352 | 3/23/2022 |
7.1.100-dev.7.g758154cb81 | 533 | 11/30/2021 |