QuadraticBezierSegment.Point2 Property

Definition

Gets or sets the end Point of this QuadraticBezierSegment.

public:
 property System::Windows::Point Point2 { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point Point2 { get; set; }
member this.Point2 : System.Windows.Point with get, set
Public Property Point2 As Point

Property Value

The end point of this QuadraticBezierSegment.

Remarks

Dependency Property Information

Identifier field Point2Property
Metadata properties set to true None

Applies to