This documentation is for the old version. Go to the latest Graphics Mill docs

PolylineVObject.PointsCount Property

Gets the number of points this polyline is constructed from.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public ReadOnly Property PointsCount As Integer
C#
public int PointsCount { get; }

Property Value

The Int32 value which represents a number of points this polyline is constructed from.

See Also

Reference