Share via


DependencyPropertyValueSource.TemplateBinding Property

Gets a DependencyPropertyValueSource object that represents a template-bound property.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource that represents a template-bound property.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture