Gets the number of Element objects in the collection.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public int Count { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Count As Integer |
Visual C++ |
---|
public: virtual property int Count { int get () sealed; } |