Share via


MapPolyline.PathProperty Property

Definition

Identifies the Path dependency property.

public:
 static property DependencyProperty ^ PathProperty { DependencyProperty ^ get(); };
static DependencyProperty PathProperty();
public static DependencyProperty PathProperty { get; }
var dependencyProperty = MapPolyline.pathProperty;
Public Shared ReadOnly Property PathProperty As DependencyProperty

Property Value

The identifier for the Path dependency property.

Applies to

See also