[]
从集合中返回IStyle 对象。
IStyle this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | 指定集合中元素的名称。 |
| Type | Description |
|---|---|
| IStyle | 返回IStyle。 |
从集合中返回IStyle 对象。
IStyle this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | 指定集合中元素的索引。 |
| Type | Description |
|---|---|
| IStyle | 返回IStyle。 |