RichCanvas 2.4.2

dotnet add package RichCanvas --version 2.4.2
NuGet\Install-Package RichCanvas -Version 2.4.2
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="RichCanvas" Version="2.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RichCanvas --version 2.4.2
#r "nuget: RichCanvas, 2.4.2"
#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 RichCanvas as a Cake Addin
#addin nuget:?package=RichCanvas&version=2.4.2

// Install RichCanvas as a Cake Tool
#tool nuget:?package=RichCanvas&version=2.4.2

RichCanvas

NuGet NuGet License

WPF Control library - Infinite canvas with panning, zooming, scrolling and other customizable functions, designed for MVVM.

📥 Installation

Use the nuget package manager to install RichCanvas.

Install-Package RichCanvas

⭐ Features

  • Designed for MVVM
  • No dependencies other than WPF
  • Optimized for interactions with hundreds of elements
  • Zoom, Pan, Scroll and other out of the box functionalities
  • Select and Move elements
  • Lots of configurable dependency properties
  • Ready to draw

💻 Demo

Example of an app that uses RichCanvas:

A design tool where you can draw different things like: images, text, lines, rectangles, bezier with basic features.

It is a simple application just to show how you can interact with the library.

DEMO

📝 Documentation

API Reference can be found here.

Wiki

License

MIT

❤ Contributing

Feel free to help with documentation, bug reports, pull requests or new/missing features ideas.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net5.0-windows7.0

    • 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
2.4.2 533 5/17/2023
2.4.1 154 5/16/2023
2.4.0 415 2/13/2023
2.3.0 537 8/18/2022
2.2.0 516 5/21/2022
2.1.0 504 2/19/2022
2.0.0 432 2/14/2022
1.3.0 381 10/6/2021
1.2.0 342 8/9/2021
1.1.0 415 7/18/2021
1.0.2 326 7/9/2021
1.0.1 334 7/6/2021
1.0.0 365 7/5/2021

v2.4.2:
Bugfixes:
-Fixed panning priority over click on objects, now it behaves correct (switched back to Preview events)
-Fixed cursor type while panning and mouse is over an object