1 year ago
#293768
Azus Dkk
UWP InkCanvas no "EditingMode" or "DefaultDrawingAttributes" properties
I am building a react-native module in c#. I want to create an InkCanvas. My XAML-File looks like that:
<UserControl
x:Class="InkCanvasModule.InkCanvasControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<InkCanvas x:Name="MyInkCanvas" EditingMode="Ink">
</InkCanvas>
However, any property like EditingMode or DefaultDrawingAttributes, as it is explained in all the c#-docs is not being found. I cant find anything on the internet, seems like I am the only person who has that error. Im feeling kinda stupid, what am I doing wrong?
c#
react-native
inkcanvas
0 Answers
Your Answer