Skip to content

Instantly share code, notes, and snippets.

@christiannagel
Last active November 2, 2018 16:38
Show Gist options
  • Save christiannagel/e3cecea8614dfd09799da2f39fd6eea0 to your computer and use it in GitHub Desktop.
Save christiannagel/e3cecea8614dfd09799da2f39fd6eea0 to your computer and use it in GitHub Desktop.
InkCanvas and InkToolbar with WPF
<toolkit:InkToolbar
TargetInkCanvas="{x:Reference inkCanvas}"
Grid.Row="0"
Height="150" />
<toolkit:InkCanvas
x:Name="inkCanvas"
HorizontalAlignment="Left"
Margin="8"
VerticalAlignment="Top"
Grid.Row="1"
Loaded="OnInkLoaded"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment