Gets or sets the polygon's vertices.
Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public List<Point3D> Points { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Points As List(Of Point3D) |
See Also