Microsoft.Xaml.Behaviors.Uwp.Managed
2.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Xaml.Behaviors.Uwp.Managed --version 2.0.0
NuGet\Install-Package Microsoft.Xaml.Behaviors.Uwp.Managed -Version 2.0.0
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.0" />
paket add Microsoft.Xaml.Behaviors.Uwp.Managed --version 2.0.0
#r "nuget: Microsoft.Xaml.Behaviors.Uwp.Managed, 2.0.0"
// Install Microsoft.Xaml.Behaviors.Uwp.Managed as a Cake Addin #addin nuget:?package=Microsoft.Xaml.Behaviors.Uwp.Managed&version=2.0.0 // Install Microsoft.Xaml.Behaviors.Uwp.Managed as a Cake Tool #tool nuget:?package=Microsoft.Xaml.Behaviors.Uwp.Managed&version=2.0.0
Getting Started
Resources
More Info
Code Example
For an example of using Behaviors in an application, here is a snippet of XAML:
<Button>
<Interactivity:Interaction.Behaviors>
<Core:EventTriggerBehavior EventName="Click">
<Core:ChangePropertyAction PropertyName="Background">
<Core:ChangePropertyAction.Value>
<SolidColorBrush Color="Red"/>
</Core:ChangePropertyAction.Value>
</Core:ChangePropertyAction>
</Core:EventTriggerBehavior>
</Interactivity:Interaction.Behaviors>
</Button>
Using Behaviors SDK
The documentation explains how to install Visual Studio, add the XAML Behaviors NuGet package to your project, and get started using the API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
This package has no dependencies.
NuGet packages (54)
Showing the top 5 NuGet packages that depend on Microsoft.Xaml.Behaviors.Uwp.Managed:
Package | Downloads |
---|---|
Caliburn.Micro
A small, yet powerful framework designed for Xaml platforms, Caliburn.Micro implements a variety of UI patterns for solving real-world problems. Patterns that are highlighted include MVVM (Presentation Model), MVP and MVC. |
|
Xam.Plugin.HtmlLabel
Xam.Plugin.HtmlLabel: display HTML content in labels |
|
AppFramework
AppFramework for building .NET applications |
|
MVVM-Sidekick
MVVM-Sidekick https://github.com/waynebaby/MVVM-Sidekick/ ============= MVVM密友 https://github.com/waynebaby/MVVM-Sidekick =================== A Modern light-weight MVVM framework based on RX and TPL await 轻量级MVVM框架,基于RX与 await等新技术 |
|
Template10
A rich library of helpers, services, and base classes for new and existing Windows UWP apps to maximize awesomeness and minimize boilerplate garbage. This library has a companion Visual Studio Extension called "Template 10 Template Pack". |
GitHub repositories (45)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Xaml.Behaviors.Uwp.Managed:
Repository | Stars |
---|---|
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
|
|
0x7c13/Notepads
A modern, lightweight text editor with a minimalist design.
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
CommunityToolkit/WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
|
|
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
|