Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CollectionExtended<Point> ShapePathPoints { get; }
Public ReadOnly Property ShapePathPoints As CollectionExtended(Of Point)
	Get
public:
property CollectionExtended<Point>^ ShapePathPoints {
	CollectionExtended<Point>^ get ();
}
member ShapePathPoints : CollectionExtended<Point> with get

Property Value

CollectionExtended<(Of <(<'Point>)>)>

See Also