microsoft / Windows-appsample-coloringbook

UWP sample app demonstrating Inking, Surface Dial support, and printing
168 stars 71 forks source link

Autosave for InkCanvas uisng code-behind #4

Closed Javier118 closed 5 years ago

Javier118 commented 5 years ago

Hello. I'm doing an app with IkCanvas using Windows Tempalte Studio and CodeBehind, I want to do autosave to bring a list what you do in InkCanvas and sharing. How can I do it?

KarlErickson commented 5 years ago

Hi @Javier118 - you can find code for autosave in the ColoringPageController.cs file. Unfortunately, we don't have the resources to provide more in-depth help, but hopefully this is what you're looking for.