TemplateBindingExtension Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.