PolyBezierSegment.Points

PolyBezierSegment.Points property

Gets or sets the points. Specifies control points for multiple BÉZIER segments. Coordinate values within each pair are comma-separated and additional whitespace can appear. Coordinate pairs are separated from other coordinate pairs by whitespace.

public string Points { get; set; }

See Also