Points (PolyBezierSegment) Property

Gets or sets the PointCollection that define this PolyBezierSegment object.

Syntax

XAML <objectPoints="PointCollection" .../>
Scripting

value = object.Points

object.Points = value

Property Value

PointCollection

Collection that define this PolyBezierSegment object.

This property is read/write.

Remarks

Applies To

PolyBezierSegment

See Also

Link1, Link2