Point1 (QuadraticBezierSegment)

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

Gets or sets the control Point of a QuadraticBezierSegment.

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

Property Value

Type: Point

The control point of the QuadraticBezierSegment.

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

Managed Equivalent

Point1

Remarks

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