Delen via


DependencyPropertyValueSource.TemplateBinding Property

Gets the TemplateBinding markup extension the property is set to.

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

Syntax

'Declaration
Public Shared ReadOnly Property TemplateBinding As DependencyPropertyValueSource
'Usage
Dim value As DependencyPropertyValueSource 

value = DependencyPropertyValueSource.TemplateBinding
public static DependencyPropertyValueSource TemplateBinding { get; }
public:
static property DependencyPropertyValueSource^ TemplateBinding {
    DependencyPropertyValueSource^ get ();
}
public static function get TemplateBinding () : DependencyPropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource for the template binding.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

DependencyPropertyValueSource Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture