WPF.JoshSmith.Controls.DragCanvas
2.0.3
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
.NET Framework 4.5.2
This package targets .NET Framework 4.5.2. The package is compatible with this framework or higher.
dotnet add package WPF.JoshSmith.Controls.DragCanvas --version 2.0.3
NuGet\Install-Package WPF.JoshSmith.Controls.DragCanvas -Version 2.0.3
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="WPF.JoshSmith.Controls.DragCanvas" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPF.JoshSmith.Controls.DragCanvas --version 2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WPF.JoshSmith.Controls.DragCanvas, 2.0.3"
#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 WPF.JoshSmith.Controls.DragCanvas as a Cake Addin #addin nuget:?package=WPF.JoshSmith.Controls.DragCanvas&version=2.0.3 // Install WPF.JoshSmith.Controls.DragCanvas as a Cake Tool #tool nuget:?package=WPF.JoshSmith.Controls.DragCanvas&version=2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WPF.JoshSmith.Controls.DragCanvas
What does it do?
A Canvas which manages dragging of the UIElements it contains. This Canvas is made by Josh Smith.
This package is based on the following articles:
Examples
<jas:DragCanvas>
<TextBlock Canvas.Left="20" Canvas.Bottom="50" Text="example"/>
<Ellipse Canvas.Left="100" Canvas.Bottom="30" Width="65" Height="70" Fill="Blue" />
</jas:DragCanvas>
Tools and Products Used
Versions & Release Notes
version 2.0.3:
- Fix missing readme in nuget package
version 2.0.2:
- Add 'net8.0'
version 2.0.1:
- Add 'net5.0'
version 2.0:
- Replace 'preview mouse down' event by a normal one, so that buttons/comboboxes/scrollbars work when put on draggable controls. Downside, these controls can no longer be dragged on themselves.
- Replace target
net462
andnet48
bynet472
version 1.1:
- Expose
IsDragInProgress
version 1.0:
- First version
Product | Versions 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. net8.0-windows7.0 is compatible. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. 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.5.2
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
net5.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WPF.JoshSmith.Controls.DragCanvas:
Package | Downloads |
---|---|
Denxorz.InputOutputSnappingCanvas
A WPF Canvas which allows easy connecting elements. Each element on the canvas can have zero or multiple in and outputs. These inputs and outputs will snap together. |
GitHub repositories
This package is not used by any popular GitHub repositories.