Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signature
C#
C#
public NamedStyle this[int index] { get; }
Signature
vb.net
vb.net
<p>PublicPublic Default ReadOnly Property Item(ByVal index As Integer) As NamedStyle</p>NamedStyle

Parameters

Param
name
name

An int that represents the ID of the style to retrieve.

...