Skip to content

Instantly share code, notes, and snippets.

@jasondown
Created August 3, 2021 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasondown/666eaac88a1a7e7a8b0eb6d4171ae9e1 to your computer and use it in GitHub Desktop.
Save jasondown/666eaac88a1a7e7a8b0eb6d4171ae9e1 to your computer and use it in GitHub Desktop.
<Window x:Class="TestMultiImageAddin.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:view="clr-namespace:Jason.Down.Blog.MutliImageAddinDemo.View;assembly=Jason.Down.Blog.MutliImageAddinDemo"
Title="Test Multi-Image Control"
Width="350"
Height="440">
<Grid>
<view:MultiImageView x:Name="View" />
</Grid>
</Window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment