DoubleKeyFrameCollection.Item[Int32] Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur pada DoubleKeyFrame posisi indeks yang ditentukan.
public:
property System::Windows::Media::Animation::DoubleKeyFrame ^ default[int] { System::Windows::Media::Animation::DoubleKeyFrame ^ get(int index); void set(int index, System::Windows::Media::Animation::DoubleKeyFrame ^ value); };
public System.Windows.Media.Animation.DoubleKeyFrame this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.DoubleKeyFrame with get, set
Default Public Property Item(index As Integer) As DoubleKeyFrame
Parameter
- index
- Int32
Indeks berbasis nol untuk DoubleKeyFrame mendapatkan atau mengatur.
Nilai Properti
pada DoubleKeyFrame indeks yang ditentukan.
Pengecualian
Upaya untuk mengubah koleksi tidak valid karena koleksi dibekukan (propertinya IsFrozen adalah true).