Point3 (BezierSegment)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the endpoint of a curve.
<object Point3="Point" .../>
value = object.Point3
object.Point3 = value
Property Value
Type: Point
The endpoint of the curve.
This property is read/write. The default value is a Point with value 0,0.
Remarks
See the "Remarks" section in the Point reference topic for scripting usages of this property.
The BezierSegment object does not contain a property for the starting point of the curve; it only defines the endpoint. The beginning point of the curve is the current point of the PathFigure to which the BezierSegment is added.