AdvancedImageControl 1.0.1
dotnet add package AdvancedImageControl --version 1.0.1
NuGet\Install-Package AdvancedImageControl -Version 1.0.1
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="AdvancedImageControl" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdvancedImageControl --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AdvancedImageControl, 1.0.1"
#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 AdvancedImageControl as a Cake Addin #addin nuget:?package=AdvancedImageControl&version=1.0.1 // Install AdvancedImageControl as a Cake Tool #tool nuget:?package=AdvancedImageControl&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Advanced Image Control for WPF
Features
- Inherit from
Image
control, supporting all it's features - Panning and zooming
Usage
Install the NuGet package:
Install-Package AdvancedImageControl
Add the following namespace to your XAML file:
xmlns:aic="clr-namespace:AdvancedImageControl;assembly=AdvancedImageControl"
Then you can use the control like this:
<aic:AdvancedImageControl Source="image.png" />
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.77)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.