Table of Contents

Property this

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

this[uint]

Gets the element at the specified index.

ISvgAnimatedNumber this[uint index] { get; }

Parameters

index uint

The zero-based index of the element to get or set.

Property Value

ISvgAnimatedNumber

The element at the specified index.