Udostępnij za pośrednictwem


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

Definicja

Pobiera lub ustawia wartość ThicknessKeyFrame na określonej pozycji indeksu.

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

Parametry

index
Int32

Indeks oparty na zerowej ThicknessKeyFrame wartości parametru do pobrania lub ustawienia.

Wartość właściwości

ThicknessKeyFrame

Element ThicknessKeyFrame 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ówna lub większa niż Count.

Dotyczy