DependencyPropertyValueSource.TemplateBinding (Propiedad)

Obtiene un objeto DependencyPropertyValueSource que representa una propiedad enlazada a plantillas.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property TemplateBinding As DependencyPropertyValueSource
    Get
public static DependencyPropertyValueSource TemplateBinding { get; }
public:
static property DependencyPropertyValueSource^ TemplateBinding {
    DependencyPropertyValueSource^ get ();
}
static member TemplateBinding : DependencyPropertyValueSource
static function get TemplateBinding () : DependencyPropertyValueSource

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Objeto DependencyPropertyValueSource que representa una propiedad enlazada a plantillas.

Seguridad de .NET Framework

Vea también

Referencia

DependencyPropertyValueSource Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades