Share via


TargetPropertyPath Constructors

Definition

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.

Applies to