Microsoft.WindowsAppSDK 1.4.240802001

The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support.

Showing the top 20 packages that depend on Microsoft.WindowsAppSDK.

Packages Downloads
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.
39
CommunityToolkit.WinUI.UI.Animations
This library provides helpers and extensions on top of Windows Composition and XAML storyboards. It is a part of the Windows Community Toolkit. Namespace: - CompositionAnimations: - Animations: AnimationBase, OffsetAnimation, OpacityAnimation, RotationAnimation, RotationInDegreesAnimation, ScalarAnimation, ScaleAnimation, TranslationAnimation, TypedAnimationBase, Vector2Animation, Vector3Animation, Vector4Animation - CompositionAnimations: ExpressionKeyFrame, KeyFrame, KeyFrameCollection, ScalarKeyFrame, TypedKeyFrame, Vector2KeyFrame, Vector3KeyFrame, Vector4KeyFrame - ConnectedAnimations: Connected, ConnectedAnimationHelper, ConnectedAnimationListProperty, ConnectedAnimationProperties - Expressions: ExpressionNodes, ExpressionValues, ReferenceNodes, CompositionExtensions, ExpressionFunctions, OperationType - AnimationExtensions: Blur, Fade, Light, Offset, Rotate, Saturation, Scale
42
CommunityToolkit.WinUI.UI.Behaviors
This library provides UI behaviors built on the XAML behaviors SDK. It is a part of the Windows Community Toolkit. - Animation: Various helpers for integration with the Toolkit's Animation package. - AutoFocusBehevior: Sets focus to the associated control. - AutoSelectBehavior: Selects a TextBox's text automatically. - FadeHeaderBehavior, QuickReturnHeaderBehavior, StickyHeaderBehavior: Helpers for ListViewBase Header Behavior - FocusBehavior: Sets focus to a specified control. - KeyDownTriggerBehavior: Trigger behaviors when a key is pressed. - ViewportBehavior: Listening for element to enter or exit the ScrollViewer viewport
36
CommunityToolkit.WinUI.UI.Media
This library provides UI effects which rely on Win2D. It is a part of the Windows Community Toolkit. AttachedCardShadow: Provides an easy-to-use, simple, and performant rounded-rectangle shadow effect. Effects: - AcrylicEffect: A custom acrylic effect that can be inserted into a pipeline. - BackdropEffect: A backdrop effect that can sample from a specified source. - BlendEffect: A blend effect that merges the current pipeline with an input one. - BlurEffect: A gaussian blur effect. - ImageEffect: An effect which displays an image loaded as a Win2D surface. - ShadeEffect: An effect that overlays a color layer over the current pipeline, with a specified intensity. - SolidColorEffect: An effect that renders a standard 8bit SDR color on the available surface. - TileEffect: An effect that loads an image and replicates it to cover all the available surface area. - ExposureEffect, GrayscaleEffect, HueRotationEffect and more, mapping to Win2D effects. Geometry: - CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color. Helpers: - SurfaceLoader: A class that can load and draw images and other objects to Win2D surfaces and brushes. Media: - AcrylicBrush: A custom Brush that that implements an acrylic effect with full control over all parameters. - BackdropBlurBrush: The BackdropBlurBrush is a Brush that blurs whatever is behind it in the application. - BackdropGammaTransferBrush: A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function. - BackdropInvertBrush: The BackdropInvertBrush is a Brush which inverts whatever is behind it in the application. - BackdropSaturationBrush: Brush which applies a SaturationEffect to the Backdrop. - BackdropSepiaBrush: Brush which applies a SepiaEffect to the Backdrop. - CanvasBrushBase: Helper Brush class to interop with Win2D Canvas calls. - ImageBlendBrush: A Brush which blends a BitmapImage to the Backdrop in a given mode. - PipelineBrush: A Brush that renders a customizable Composition/Win2D effects pipeline - RadialGradientBrush: This GradientBrush defines its Gradient as an interpolation within an Ellipse. - TilesBrush: A Brush that displays a tiled image, wrapping at the edges and endlessly repeating. PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them.
36
CommunityToolkit.WinUI.UI.Media
This library provides UI effects which rely on Win2D. It is a part of the Windows Community Toolkit. AttachedCardShadow: Provides an easy-to-use, simple, and performant rounded-rectangle shadow effect. Effects: - AcrylicEffect: A custom acrylic effect that can be inserted into a pipeline. - BackdropEffect: A backdrop effect that can sample from a specified source. - BlendEffect: A blend effect that merges the current pipeline with an input one. - BlurEffect: A gaussian blur effect. - ImageEffect: An effect which displays an image loaded as a Win2D surface. - ShadeEffect: An effect that overlays a color layer over the current pipeline, with a specified intensity. - SolidColorEffect: An effect that renders a standard 8bit SDR color on the available surface. - TileEffect: An effect that loads an image and replicates it to cover all the available surface area. - ExposureEffect, GrayscaleEffect, HueRotationEffect and more, mapping to Win2D effects. Geometry: - CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color. Helpers: - SurfaceLoader: A class that can load and draw images and other objects to Win2D surfaces and brushes. Media: - AcrylicBrush: A custom Brush that that implements an acrylic effect with full control over all parameters. - BackdropBlurBrush: The BackdropBlurBrush is a Brush that blurs whatever is behind it in the application. - BackdropGammaTransferBrush: A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function. - BackdropInvertBrush: The BackdropInvertBrush is a Brush which inverts whatever is behind it in the application. - BackdropSaturationBrush: Brush which applies a SaturationEffect to the Backdrop. - BackdropSepiaBrush: Brush which applies a SepiaEffect to the Backdrop. - CanvasBrushBase: Helper Brush class to interop with Win2D Canvas calls. - ImageBlendBrush: A Brush which blends a BitmapImage to the Backdrop in a given mode. - PipelineBrush: A Brush that renders a customizable Composition/Win2D effects pipeline - RadialGradientBrush: This GradientBrush defines its Gradient as an interpolation within an Ellipse. - TilesBrush: A Brush that displays a tiled image, wrapping at the edges and endlessly repeating. PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them.
43
Microsoft.Graphics.Win2D
An easy-to-use Windows Runtime API for immediate mode 2D graphics rendering. For WinUI.
36
Microsoft.Graphics.Win2D
An easy-to-use Windows Runtime API for immediate mode 2D graphics rendering. For WinUI.
37
Microsoft.Graphics.Win2D
An easy-to-use Windows Runtime API for immediate mode 2D graphics rendering. For WinUI.
39
Microsoft.Graphics.Win2D
An easy-to-use Windows Runtime API for immediate mode 2D graphics rendering. For WinUI.
40
Microsoft.Graphics.Win2D
An easy-to-use Windows Runtime API for immediate mode 2D graphics rendering. For WinUI.
42
Microsoft.Maui.Dependencies
.NET MAUI NuGet dependencies pack
38
Microsoft.Maui.Graphics
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains a collection of cross-platform graphics and drawing APIs.
36
Microsoft.Maui.Graphics
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains a collection of cross-platform graphics and drawing APIs.
37
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop
Microsoft.Maui.Graphics for WinUI powered by Win2D
37
Microsoft.Xaml.Behaviors.WinUI.Managed
Easily add interactivity to your WinUI apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code. This is the managed version for C# UWP WinUI projects.
39
Microsoft.Xaml.Behaviors.WinUI.Managed
Easily add interactivity to your WinUI apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code. This is the managed version for C# UWP WinUI projects.
40
SkiaSharp.Views.WinUI
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
36

Any 0.0

Version Downloads Last updated
2.0.250930001-experimental1 11 10/05/2025
2.0.0-experimental3 7 11/16/2025
2.0.0-experimental2 6 11/08/2025
1.8.251106002 8 11/14/2025
1.8.251003001 7 10/15/2025
1.8.250916003 10 09/24/2025
1.8.250907003 12 09/15/2025
1.8.250814004-preview 13 08/24/2025
1.8.250702007-experimental4 8 07/10/2025
1.8.250610002-experimental3 12 06/15/2025
1.8.250515001-experimental2 16 05/22/2025
1.8.250410001-experimental1 20 04/27/2025
1.7.251107005 10 11/27/2025
1.7.251014001 8 10/19/2025
1.7.250909003 8 10/08/2025
1.7.250606001 26 06/17/2025
1.7.250513003 25 05/23/2025
1.7.250401001 33 04/14/2025
1.7.250310001 26 03/29/2025
1.7.250208002-preview1 21 02/19/2025
1.7.250127003-experimental3 31 03/30/2025
1.7.250109001-experimental2 23 01/25/2025
1.7.241114004-experimental1 34 11/26/2024
1.6.250602001 12 06/12/2025
1.6.250430001 24 05/16/2025
1.6.250402001 34 04/14/2025
1.6.250228001 36 03/15/2025
1.6.250205002 37 02/22/2025
1.6.250108002 33 01/23/2025
1.6.241114003 27 11/20/2024
1.6.241106002 22 03/23/2025
1.6.240923002 25 11/20/2024
1.6.240829007 25 11/28/2024
1.6.240821007-preview2 24 11/20/2024
1.6.240807006-preview1 31 11/26/2024
1.6.240701003-experimental2 23 11/26/2024
1.6.240531000-experimental1 34 11/26/2024
1.5.250108004 33 01/23/2025
1.5.241107002 34 11/26/2024
1.5.241001000 38 12/02/2024
1.5.240802000 38 11/26/2024
1.5.240627000 40 11/26/2024
1.5.240607001 41 11/27/2024
1.5.240428000 27 11/28/2024
1.5.240404000 34 11/29/2024
1.5.240311000 21 11/26/2024
1.5.240227000 23 11/29/2024
1.5.240205001-preview1 34 11/28/2024
1.5.240124002-experimental2 19 11/26/2024
1.5.231202003-experimental1 35 12/02/2024
1.4.240802001 25 11/26/2024
1.4.240512000 36 12/03/2024
1.4.240211001 37 11/26/2024
1.4.231219000 35 11/25/2024
1.4.231115000 29 11/29/2024
1.4.231008000 41 11/28/2024
1.4.230913002 38 11/28/2024
1.4.230822000 33 11/26/2024
1.4.230811000-preview2 32 11/28/2024
1.4.230628000-preview1 35 12/22/2024
1.4.230518007-experimental1 23 12/04/2024
1.3.230724000 26 11/05/2024
1.3.230602002 34 12/22/2024
1.3.230502000 38 11/25/2024
1.3.230331000 39 11/26/2024
1.3.230228005-preview1 33 11/20/2024
1.3.230202101-experimental1 25 11/30/2024
1.2.230313.1 17 02/18/2025
1.2.230217.4 22 12/02/2024
1.2.230118.102 38 11/29/2024
1.2.221209.1 22 11/26/2024
1.2.221116.1 24 11/29/2024
1.2.221109.1 37 11/29/2024
1.2.220930.4-preview2 35 11/28/2024
1.2.220909.2-experimental2 41 11/27/2024
1.2.220902.1-preview1 27 11/28/2024
1.2.220727.1-experimental1 25 12/02/2024
1.1.5 24 11/26/2024
1.1.4 25 11/26/2024
1.1.3 54 06/03/2024
1.1.2 24 11/26/2024
1.1.1 28 11/27/2024
1.1.0 25 11/26/2024
1.1.0-preview3 26 11/26/2024
1.1.0-preview2 27 12/08/2024
1.1.0-preview1 26 11/26/2024
1.0.4 27 12/04/2024
1.0.3 31 11/27/2024
1.0.2 40 11/25/2024
1.0.1 28 11/27/2024
1.0.0 25 12/22/2024
1.0.0-preview3 35 11/20/2024
1.0.0-preview2 40 11/29/2024
1.0.0-preview1 26 11/26/2024
1.0.0-experimental1 25 12/02/2024