Property this
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
this[uint]
Gets the element at the specified index.
ISvgAnimatedLength this[uint index] { get; }
Parameters
index
uintThe zero-based index of the element to get or set.
Property Value
- ISvgAnimatedLength
The element at the specified index.