Class XpsPolyLineSegment

XpsPolyLineSegment class

Class incapsulating PolyLineSegment element features. This element describes a polygonal drawing containing an arbitrary number of individual vertices.

public class XpsPolyLineSegment : XpsPathPolySegment

Properties

NameDescription
IsStroked { get; set; }Returns/sets the value specifying whether the stroke for this segment of the path is drawn.

Methods

NameDescription
Clone()Clones this polygon.

See Also