[]
Gets or sets the bevel at the specified index.
public Bevel this[int index] { get; set; }
Public Default Property Item(index As Integer) As Bevel
| Type | Name | Description |
|---|---|---|
| int | index | Index of the bevel. |
| Type | Description |
|---|---|
| Bevel | Bevel. |