TargetPropertyPath 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.
Overloads
TargetPropertyPath() |
Initializes a new instance of the TargetPropertyPath class. |
TargetPropertyPath(DependencyProperty) |
Initializes a new instance of the TargetPropertyPath class with the specified target property. |
TargetPropertyPath()
Initializes a new instance of the TargetPropertyPath class.
public:
TargetPropertyPath();
TargetPropertyPath();
public TargetPropertyPath();
function TargetPropertyPath()
Public Sub New ()
See also
Applies to
TargetPropertyPath(DependencyProperty)
Initializes a new instance of the TargetPropertyPath class with the specified target property.
public:
TargetPropertyPath(DependencyProperty ^ targetProperty);
TargetPropertyPath(DependencyProperty const& targetProperty);
public TargetPropertyPath(DependencyProperty targetProperty);
function TargetPropertyPath(targetProperty)
Public Sub New (targetProperty As DependencyProperty)
Parameters
- targetProperty
- DependencyProperty
The target property.