[]
Returns the IStyle object from a collection.
IStyle this[string name] { get; }
ReadOnly Default Property Item(name As String) As IStyle
Type | Name | Description |
---|---|---|
string | name | Specifies the name of an element in the collection. |
Returns the IStyle object from a collection.
IStyle this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IStyle
Type | Name | Description |
---|---|---|
int | index | Specifies the index of an element in the collection. |