Click or drag to resize
PolyLineSegmentPoints Property
Gets or sets the collection of Point values that defines this PolyLineSegment object.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public PointCollection Points { get; set; }

Property Value

Type: PointCollection
See Also