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 標記延伸

適用於