BooleanKeyFrameCollection.Item[Int32] Propriété

Définition

Obtient ou définit la BooleanKeyFrame position d’index spécifiée.

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

Paramètres

index
Int32

Index de base zéro de l’objet BooleanKeyFrame à obtenir ou définir.

Valeur de propriété

À BooleanKeyFrame l’index spécifié.

Exceptions

La tentative de modification de la collection n’est pas valide, car la collection est figée (sa IsFrozen propriété est true).

index est inférieur à zéro.

- ou -

index est égal ou supérieur Countà .

S’applique à