Point1 Property (QuadraticBezierSegment)

Gets or sets the control Point of the curve.

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

Property Value

Point

The control 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