LineSegment.PointProperty Property

Definition

Identifies the Point dependency property.

public:
 static property DependencyProperty ^ PointProperty { DependencyProperty ^ get(); };
static DependencyProperty PointProperty();
public static DependencyProperty PointProperty { get; }
var dependencyProperty = LineSegment.pointProperty;
Public Shared ReadOnly Property PointProperty As DependencyProperty

Property Value

The identifier for the Point dependency property.

Applies to