TemplateBindingExtension.Property 属性

定义

获取或设置所绑定到的属性。

public:
 property System::Windows::DependencyProperty ^ Property { System::Windows::DependencyProperty ^ get(); void set(System::Windows::DependencyProperty ^ value); };
public System.Windows.DependencyProperty Property { get; set; }
member this.Property : System.Windows.DependencyProperty with get, set
Public Property Property As DependencyProperty

属性值

DependencyProperty

所绑定依赖项属性的标识符。

注解

XAML 文本用法

有关 XAML 信息,请参阅 TemplateBinding 标记扩展

适用于