Share via


TargetPropertyPath.Path Property

Definition

Gets or sets the path to the property on the target element.

public:
 property PropertyPath ^ Path { PropertyPath ^ get(); void set(PropertyPath ^ value); };
PropertyPath Path();

void Path(PropertyPath value);
public PropertyPath Path { get; set; }
var propertyPath = targetPropertyPath.path;
targetPropertyPath.path = propertyPath;
Public Property Path As PropertyPath

Property Value

The path to the property on the target element.

Applies to