[]
Gets the IStyle object at the specified index.
IStyle this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IStyle
Type | Name | Description |
---|---|---|
int | index | The index number of the style. |
Type | Description |
---|---|
IStyle | An IStyle object at the specified index. |
Gets the IStyle object with the specified name.
IStyle this[string name] { get; }
ReadOnly Default Property Item(name As String) As IStyle
Type | Name | Description |
---|---|---|
string | name | The name of the style. |
Type | Description |
---|---|
IStyle | An IStyle object with the specified name. |
Gets the built-in IStyle object.
IStyle this[BuiltInStyle builtInStyle] { get; }
ReadOnly Default Property Item(builtInStyle As BuiltInStyle) As IStyle
Type | Name | Description |
---|---|---|
BuiltInStyle | builtInStyle | A builtInStyle value indicates the built-in style. |
Type | Description |
---|---|
IStyle | The built-in IStyle object. |