Skip to main content

Item Property

Gets the BoxShadow at the specified index.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public BoxShadow this[
int index
] { get; }

Parameters

  Int32
The index of the BoxShadow to return.

Return Value

BoxShadow
The BoxShadow at the specified index.

Exceptions

IndexOutOfRangeExceptionThrown when index less than 0 or index greater than or equal to Count.

See Also

Reference

BoxShadows Structure
Avalonia.Media Namespace