Point2 (QuadraticBezierSegment)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the ending Point of a QuadraticBezierSegment.

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

Property Value

Type: Point

The endpoint of the QuadraticBezierSegment.

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

Managed Equivalent

Point2

Remarks

See the "Remarks" section in the Point reference topic for scripting usages of this property.