Skip to content

A Wpf Viewport Control that provides pan and zoom functionality.

License

Notifications You must be signed in to change notification settings

ahancock1/Han.Wpf.ViewportControl

Repository files navigation

Han.Wpf.ViewportControl

A Wpf Viewport Control that provides pan and zoom functionality.

Installation

Install-Package Han.Wpf.ViewportControl

Documentation

Themes

Include in App.xaml

<Application.Resources>

    <ResourceDictionary Source="pack://application:,,,/Han.Wpf.ViewportControl;component/Themes/Generic.xaml" />

</Application.Resources>

Usage

<controls:Viewport MinZoom="1" MaxZoom="50" ZoomSpeed="1.1">

    <Image Source="{Binding}" />

</controls:Viewport>

About

A Wpf Viewport Control that provides pan and zoom functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages