Point1 Property (BezierSegment)

Gets or sets the first control point of the curve.

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

Property Value

Point

The first control point of the curve.

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.

The two control points of a cubic Bezier curve behave like magnets, attracting portions of what would otherwise be a straight line toward themselves and producing a curve. The first control point, Point1, affects the beginning portion of the curve; the second control point, Point2, affects the ending portion of the curve. Note that the curve doesn't necessarily pass through either of the control points; each control point moves its portion of the line toward itself, but not through itself.

Applies To

BezierSegment

See Also

Silverlight Geometries Overview
Path Markup Syntax