Class PolyLineSegment
Represents a set of line segments defined by a Point collection with each Point specifying the end point of a line segment.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class PolyLineSegment : PathSegment
Constructors
| Improve this Doc View SourcePolyLineSegment()
Initializes a new instance of the PolyLineSegment class.
Declaration
public PolyLineSegment()
Fields
| Improve this Doc View SourcePointsProperty
Identifies the Points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourcePoints
Gets or sets the collection of Point values that defines this PolyLineSegment object.
Declaration
public PointCollection Points { get; set; }
Property Value
Type | Description |
---|---|
PointCollection |