Class PolyLineSegment
Represents a set of line segments defined by a points collection with each Point specifying the end point of a line segment.
public sealed class PolyLineSegment : PathSegment, INotifyPropertyChanged
- Inheritance
-
PolyLineSegment
- Implements
- Inherited Members
- Extension Methods
Constructors
PolyLineSegment()
Initializes a new instance of the PolyLineSegment class.
public PolyLineSegment()
PolyLineSegment(IEnumerable<Point>)
Initializes a new instance of the PolyLineSegment class.
public PolyLineSegment(IEnumerable<Point> points)
Parameters
points
IEnumerable<Point>The points.
Fields
PointsProperty
Defines the Points property.
public static readonly StyledProperty<IList<Point>> PointsProperty
Field Value
Properties
Points
Gets or sets the points.
public IList<Point> Points { get; set; }
Property Value
Methods
ToString()
public override string ToString()