# ZoomControl **Repository Path**: DLGCY_Clone/ZoomControl ## Basic Information - **Project Name**: ZoomControl - **Description**: 具有缩放功能的 WPF Viewbox 控件(克隆自:https://github.com/denxorz/ZoomControl) - **Primary Language**: C# - **License**: MS-PL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-11 - **Last Updated**: 2025-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZoomControl [![Build Status](https://github.com/denxorz/ZoomControl/actions/workflows/dotnet-desktop.yml/badge.svg)](https://github.com/denxorz/ZoomControl/actions/workflows/dotnet-desktop.yml) [![NuGet](https://img.shields.io/nuget/dt/Denxorz.ZoomControl)](https://www.nuget.org/packages/Denxorz.ZoomControl) [![License](http://img.shields.io/:license-mspl-blue.svg)](https://github.com/denxorz/ZoomControl/blob/master/LICENSE) ## What does it do? ZoomControl is used as a WPF Viewbox with zoom abilities. This package is based on the following projects: * https://wpfextensions.codeplex.com * https://github.com/andypelzer/GraphSharp/blob/master/Graph%23.Controls ## Examples ```C# ``` A sample project can be found here: https://github.com/denxorz/ZoomControl/tree/master/Sample. ## Tools and Products Used * [Microsoft Visual Studio Community](https://www.visualstudio.com) * [JetBrains Resharper](https://www.jetbrains.com/resharper/) * [Inedo ProGet](https://inedo.com/proget) * [Icons8](https://icons8.com/) * [NuGet](https://www.nuget.org/) * [GitHub](https://github.com/) ## Thanks to * [MauNguyenVan](https://github.com/MauNguyenVan) for contributing ## Versions & Release Notes * version 1.2: Add Framework 4.8 and NET8 support * version 1.1: Downgrade .NET Framework version from 4.6.1 to 4.5.2 * version 1.0: First version