PointKeyFrameCollection.Item[Int32] Özellik

Tanım

Belirtilen dizin konumunda öğesini PointKeyFrame alır veya ayarlar.

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

Parametreler

index
Int32

Alınacak veya ayarlanacağı sıfır tabanlı dizini PointKeyFrame .

Özellik Değeri

PointKeyFrame

PointKeyFrame Belirtilen dizinde.

Özel durumlar

Koleksiyon donduruldığından koleksiyonu değiştirme girişimi geçersiz ( IsFrozen özelliğidir true).

index, sıfırdan küçüktür.

-veya- index eşittir veya değerinden Countbüyüktür.

Şunlara uygulanır