BooleanKeyFrameCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia wartość BooleanKeyFrame w określonej pozycji indeksu.

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

Parametry

index
Int32

Indeks zerowy BooleanKeyFrame klasy , który ma być pobierany lub ustawiany.

Wartość właściwości

Element BooleanKeyFrame w określonym indeksie.

Wyjątki

Próba zmodyfikowania kolekcji jest nieprawidłowa, ponieważ kolekcja jest zamrożona (jej IsFrozen właściwość to true).

Parametr index ma wartość niższą niż zero.

-lub-

index jest równe lub większe niż Count.

Dotyczy