RectKeyFrameCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví na zadané pozici indexu RectKeyFrame .

public:
 property System::Windows::Media::Animation::RectKeyFrame ^ default[int] { System::Windows::Media::Animation::RectKeyFrame ^ get(int index); void set(int index, System::Windows::Media::Animation::RectKeyFrame ^ value); };
public System.Windows.Media.Animation.RectKeyFrame this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.RectKeyFrame with get, set
Default Public Property Item(index As Integer) As RectKeyFrame

Parametry

index
Int32

Index založený na nule, který RectKeyFrame chcete získat nebo nastavit.

Hodnota vlastnosti

RectKeyFrame

V RectKeyFrame zadaném indexu.

Výjimky

Pokus o úpravu kolekce je neplatný, protože kolekce je zablokovaná (její IsFrozen vlastnost je true).

Hodnota index je menší než nula.

-nebo- index je rovna nebo větší než Count.

Platí pro