Hello stackoverflowers,
我创建了一个继承自System.Windows.Controls.Canvas的CustomCanvas类。在ViewModel中,我有一个CustomCanvas实例。
我想将XAML中的控件CustomCanvas(请参阅下面我在XAML中使用它的方式)绑定到视图模型中的CustomCanvas实例,以便在屏幕上显示Canvas.Children中的插入。我怎样才能做到这一点?
<Contents:CanvasCustom
Background="#00000000"
x:Name="SuperCanvas"
Width="650"
Height="450">
</Contents:CanvasCustom>