WPF 用户控件UserControl 依赖属性绑定
前言被询问的多了,所以写个记录下(下次就可以直接扔链接了)。先给示例代码 public string Text { get { return (string)GetValue(TextProperty); } set { SetValue(TextProperty, value); } } // Using a DependencyProperty as the backing stor