PolyLineSegmentPoints Property |
Gets or sets the collection of Point values that defines this PolyLineSegment
object.
Namespace: Windows.UI.Xaml.MediaAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntaxpublic PointCollection Points { get; set; }
Property Value
Type:
PointCollection
See Also