TemplateBindingExtension.Property Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta la proprietà con cui viene eseguita l'associazione.
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
Valore della proprietà
Identificatore della proprietà di dipendenza da associare.
Commenti
Utilizzo del testo XAML
Per informazioni XAML, vedere TemplateBinding Markup Extension (Estensione di markup TemplateBinding).