Table of Contents

Property this

Namespace
SharpVectors.Dom.Stylesheets
Assembly
SharpVectors.Core.dll

this[ulong]

Used to retrieve a style sheet by ordinal index. If index is greater than or equal to the number of style sheets in the list, this returns null.

IStyleSheet this[ulong index] { get; }

Parameters

index ulong

Property Value

IStyleSheet