如何从包含它的 XAML 创建与 UserControl 中定义的属性的绑定?例如,我有一个名为 thePhoto 的 local:Photo 类型的控件,它具有三个本地控件:名为 Main、Frame 和 Text 的层,我想从我的 MainWindow 访问 thePhoto.Main.ActualWidth?谢谢
(我忘了说简单的与 Path 和 ElementName 的绑定不起作用)
DependencyProperty
在“父级”中创建所需类型UserControl
并将其与两侧所需的属性绑定。
做类似事情的好例子:
Exploring the use of Dependency Properties in User Controls