[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.Item

this Property

this[int]

Gets or sets the element at the specified index.

Declaration
public SvgElement this[int index] { get; set; }
Public Default Property Item(index As Integer) As SvgElement
Parameters
Type Name Description
int index
Implements