Class PolyLineSegment

PolyLineSegment class

The poly line segment. Specifies a set of points between which lines are drawn.

public class PolyLineSegment

Constructors

NameDescription
PolyLineSegment()Initializes a new instance of the PolyLineSegment class.

Properties

NameDescription
IsStroked { get; set; }Gets or sets a value indicating whether is stroked. Specifies whether the stroke for this segment of the path is drawn. Can be true or false.
Points { get; set; }Gets or sets the points. Specifies a set of coordinates for the multiple segments that define the poly line segment.Coordinate values within each pair are comma-separated and additional whitespace can appear. Coordinate pairs are separated from other coordinate pairs by whitespace.

See Also