Skip to content

Instantly share code, notes, and snippets.

@sakapon
Last active October 4, 2016 09:00
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 sakapon/e68657c64eaad342f18c8dcd6ab352c4 to your computer and use it in GitHub Desktop.
Save sakapon/e68657c64eaad342f18c8dcd6ab352c4 to your computer and use it in GitHub Desktop.
WpfSample / FrameLayoutWpf
<Border Style="{DynamicResource BorderStyle}" Grid.Column="1">
<Canvas ClipToBounds="True">
<Rectangle Style="{DynamicResource RectangleStyle}">
<i:Interaction.Behaviors>
<ei:TranslateZoomRotateBehavior/>
</i:Interaction.Behaviors>
</Rectangle>
</Canvas>
</Border>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment