Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bezzad/wpfmagnifier
Magnifier control sample in WPF
https://github.com/bezzad/wpfmagnifier
magnifier wpf zoom
Last synced: about 6 hours ago
JSON representation
Magnifier control sample in WPF
- Host: GitHub
- URL: https://github.com/bezzad/wpfmagnifier
- Owner: bezzad
- License: gpl-3.0
- Created: 2019-10-14T11:23:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T12:13:41.000Z (about 5 years ago)
- Last Synced: 2024-10-24T12:12:23.839Z (15 days ago)
- Topics: magnifier, wpf, zoom
- Language: C#
- Size: 73.2 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wpf Magnifier
Magnifier sample in WPF### How to use
In XAML code add this line:```xaml
```
`ContentPanel` is the panel which is you want to magnify on.
### Sample view:
![sample](https://github.com/bezzad/WpfMagnifier/raw/master/screenshot.png)