c# - Erase by point in an InkCanvas [UWP] -
i'm trying let user erase 1 point of stroke in inkcanvas, problem property enables apparently doesn't work in uwp apps, there code or doing wrong?
this code tried use:
inkcanvas.editingmode = inkcanvaseditingmode.erasebypoint;
Comments
Post a Comment