[]
Gets or sets the style (NamedStyle object) at the specified index in the collection.
public virtual NamedStyle this[int index] { get; set; }
Public Overridable Default Property Item(index As Integer) As NamedStyle
Type | Name | Description |
---|---|---|
int | index | Index of the style in the collection |
Type | Condition |
---|---|
IndexOutOfRangeException | Specified index is not valid |
ArgumentNullException | No value specified; cannot set a member to null |