TemplateBindingExtension Constructors

Definition

Initializes a new instance of the TemplateBindingExtension class.

Overloads

TemplateBindingExtension()

Initializes a new instance of the TemplateBindingExtension class.

TemplateBindingExtension(DependencyProperty)

Initializes a new instance of the TemplateBindingExtension class with the specified dependency property that is the source of the binding.

TemplateBindingExtension()

Initializes a new instance of the TemplateBindingExtension class.

public:
 TemplateBindingExtension();
public TemplateBindingExtension ();
Public Sub New ()

Applies to

TemplateBindingExtension(DependencyProperty)

Initializes a new instance of the TemplateBindingExtension class with the specified dependency property that is the source of the binding.

public:
 TemplateBindingExtension(System::Windows::DependencyProperty ^ property);
public TemplateBindingExtension (System.Windows.DependencyProperty property);
new System.Windows.TemplateBindingExtension : System.Windows.DependencyProperty -> System.Windows.TemplateBindingExtension
Public Sub New (property As DependencyProperty)

Parameters

property
DependencyProperty

The identifier of the property being bound.

Applies to