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