Table of Contents

Property this

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

this[int]

Gets the card at the specified index.

public CardPanelItem this[int index] { get; }

Parameters

index int

The zero-based index of the card to get.

Property Value

CardPanelItem

The card at the specified index.