Table of Contents

Property this

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.dll

this[ulong]

Used to retrieve a ICssValue by ordinal index. The order in this collection represents the order of the values in the CSS style property. If index is greater than or equal to the number of values in the list, this returns null.

ICssValue this[ulong index] { get; }

Parameters

index ulong

Property Value

ICssValue