Table of Contents

Class PolyLineSegment

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

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

StyledProperty<IList<Point>>

Properties

Points

Gets or sets the points.

public IList<Point> Points { get; set; }

Property Value

IList<Point>

The points.

Methods

ToString()

public override string ToString()

Returns

string