Microsoft.Xaml.Behaviors.Uwp.Native 1.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Xaml.Behaviors.Uwp.Native --version 1.0.4
NuGet\Install-Package Microsoft.Xaml.Behaviors.Uwp.Native -Version 1.0.4
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="Microsoft.Xaml.Behaviors.Uwp.Native" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Xaml.Behaviors.Uwp.Native --version 1.0.4
#r "nuget: Microsoft.Xaml.Behaviors.Uwp.Native, 1.0.4"
#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 Microsoft.Xaml.Behaviors.Uwp.Native as a Cake Addin
#addin nuget:?package=Microsoft.Xaml.Behaviors.Uwp.Native&version=1.0.4

// Install Microsoft.Xaml.Behaviors.Uwp.Native as a Cake Tool
#tool nuget:?package=Microsoft.Xaml.Behaviors.Uwp.Native&version=1.0.4

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

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.8 6,577 10/26/2020
1.0.4 14,395 1/11/2017
1.0.3 1,651 11/22/2016
1.0.2 3,851 11/25/2015