Sdílet prostřednictvím


CharKeyFrameCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví na zadané pozici indexu CharKeyFrame .

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

Parametry

index
Int32

Index založený na nule, který CharKeyFrame chcete získat nebo nastavit.

Hodnota vlastnosti

CharKeyFrame

V CharKeyFrame zadaném indexu.

Výjimky

Pokus o úpravu kolekce je neplatný, protože kolekce je zablokovaná (její IsFrozen vlastnost je true).

Hodnota index je menší než nula.

-nebo- index je rovna nebo větší než Count.

Platí pro