ThicknessKeyFrameCollection.Item[Int32] Özellik

Tanım

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

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

Parametreler

index
Int32

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

Özellik Değeri

ThicknessKeyFrame

ThicknessKeyFrame Belirtilen dizindeki .

Ö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