Item Property
Gets the BoxShadow at the specified index.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public BoxShadow this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As BoxShadow
Get
member Item : BoxShadow with get
Parameters
Return Value
BoxShadow
The BoxShadow at the specified index.
Exceptions
IndexOutOfRangeException | Thrown when index less than 0 or index greater than or equal to Count. |