[]
Gets or sets the RTF color at the specified index within the collection.
public RtfColor this[int index] { get; set; }
Public Default Property Item(index As Integer) As RtfColor
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| RtfColor | The RTF color. |