标签: c# wpf xaml event-handling dependency-properties
在我的XAML中,我有一个DependencyProperty的对象:
DependencyProperty
<TextBlock local:Extensions.OverWidth="100"/>
此MouseUp我也有TextBlock处理程序。如何获取OverWidth属性值?
MouseUp
TextBlock
OverWidth