SVGLengthList Class

SVGLengthList class

This interface defines a list of SVGLength objects.

public class SVGLengthList : SVGListBase<SVGLength>

Properties

NameDescription
Item { get; set; }
Length { get; }
NumberOfItems { get; }

Methods

NameDescription
AppendItem(SVGLength)
Clear()
Dispose()Releases unmanaged and - optionally - managed resources.
GetEnumerator()
GetItem(ulong)
virtual GetPlatformType()This method is used to retrieve the ECMAScript object .
Initialize(SVGLength)
InsertItemBefore(SVGLength, ulong)
RemoveItem(ulong)
ReplaceItem(SVGLength, ulong)
override ToString()Returns a String that represents this instance.

See Also