Capacity Property (SvgElementCollection)
In This Topic
Gets the total number of elements the internal data structure can hold without resizing.
Syntax
'Declaration
Public ReadOnly Property Capacity As System.Integer
public System.int Capacity {get;}
See Also