Rotation3DKeyFrameCollection.Item[Int32] Vlastnost

Definice

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

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

Parametry

index
Int32

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

Hodnota vlastnosti

Rotation3DKeyFrame

V Rotation3DKeyFrame 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