Property this
this[int]
Gets or sets the element at the specified index.
public IEditLineStyle this[int index] { get; set; }
Parameters
index
intThe zero-based index of the element to get or set.
Property Value
- IEditLineStyle
The element at the specified index.
Exceptions
- ArgumentOutOfRangeException
index
is not a valid index in the IList<T>.- NotSupportedException
The property is set and the IList<T> is read-only.