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

Collection<T>.Count Property

Gets the number of items actually contained in the Collection<T>.

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

Syntax

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

Property Value

The number of items actually contained in the Collection<T>.

See Also

Reference