Search code examples
blendinteractionvisual-studio-2019

Blend for Visual Studio SDK for .NET in VS2019


I need Blend for Visual Studio SDK for .NET in Visual Studio 2019 to use Interaction Triggers. In VS2017 it was in Blend for Visual Studio SDK for .NET as you can see here: Visual Studio 2017 - What happened to Expression interactions?

Where is this option in VS2019?

Thank you

UPDATE: what I really need is System.Windows.Interactivity and Microsoft.Expression.Interactions, both of them version 4.5.0.0


Solution

  • You can try these nuget packages:

    Microsoft.Expression.Blend.SDK.WPF: Microsofts expression blend SDK for WPF (4.0)

    Microsoft.SDK.Expression.Blend: Micosoft Expression Blend SDK for 4.5

    Expression.Blend.Sdk: Contains System.Windows.Interactivity (4.0, 4.5)

    They all wrap Blend SDK dlls into a nuget package.