Share via


DependencyPropertyValueSource.IsTemplateBinding Property

Gets a value that indicates whether this DependencyPropertyValueSource represents a template-bound property.

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

Syntax

'Declaration
Public ReadOnly Property IsTemplateBinding As Boolean
    Get
public bool IsTemplateBinding { get; }
public:
property bool IsTemplateBinding {
    bool get ();
}
member IsTemplateBinding : bool
function get IsTemplateBinding () : boolean

Property Value

Type: System.Boolean
true if this object represents a template-bound property; otherwise, false.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture