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