Sdílet prostřednictvím


Point3DKeyFrameCollection.Item[Int32] Vlastnost

Definice

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

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

Parametry

index
Int32

Nulový index objektu, který Point3DKeyFrame chcete získat nebo nastavit.

Hodnota vlastnosti

Hodnota Point3DKeyFrame v 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 rovno nebo větší než Count.

Platí pro