microsoft / xaml-standard

XAML Standard : a set of principles that drive XAML dialect alignment
Other
805 stars 50 forks source link

Proposal Add InteractiveCanvas #162

Open insinfo opened 7 years ago

insinfo commented 7 years ago

# InteractiveCanvas Control

<InteractiveCanvas EnableDragAndDropItens="true" OnSelectChange="" Height="300" Width="300" >

    <Line
      X1="10" Y1="10"
      X2="50" Y2="50"
      Stroke="Black"
      StrokeThickness="4" />

    <Rect
      Height="300" 
      Width="300"
       Stroke="Black"
       StrokeThickness="4"/>

</InteractiveCanvas>

3_wpf_diagrams_cut_copy_paste

http://www.textcontrol.com/en_US/support/documentation/dotnet/n_wpf_shapes.creating1.htm canvas control 12

birbilis commented 7 years ago

There is an issue on adding Shape already