Point2 Property (QuadraticBezierSegment)

Gets or sets the end Point of this QuadraticBezierSegment.

XAML
<object Point2="Point" .../>
Scripting
value = object.Point2
object.Point2 = value

Property Value

Point

The end point of this QuadraticBezierSegment.

This property is read/write. The default value is a point with value 0,0.

Remarks

See remarks in Point for scripting usages of this property.

Applies To

QuadraticBezierSegment

See Also

Silverlight Geometries Overview