Skip to content

Instantly share code, notes, and snippets.

@jasondown
Created August 3, 2021 07:27
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/9c2126618e7e3524066824b61ef1d1a3 to your computer and use it in GitHub Desktop.
Save jasondown/9c2126618e7e3524066824b61ef1d1a3 to your computer and use it in GitHub Desktop.
<UserControl x:Class="Jason.Down.Blog.MutliImageAddinDemo.View.MultiImageView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:vm="clr-namespace:Jason.Down.Blog.MutliImageAddinDemo.ViewModel"
MinWidth="322"
MinHeight="388"
MaxWidth="322"
MaxHeight="388"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
HorizontalContentAlignment="Stretch"
VerticalContentAlignment="Stretch"
Background="White"
d:DataContext="{d:DesignInstance vm:PageableImageControlViewModel}"
mc:Ignorable="d">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment