ClockCollection.Item[Int32] Propriété

Définition

Obtient l'horloge Clock par rapport à la position d'index spécifiée.

public:
 property System::Windows::Media::Animation::Clock ^ default[int] { System::Windows::Media::Animation::Clock ^ get(int index); };
public System.Windows.Media.Animation.Clock this[int index] { get; }
member this.Item(int) : System.Windows.Media.Animation.Clock
Default Public ReadOnly Property Item(index As Integer) As Clock

Paramètres

index
Int32

Position d'index à atteindre.

Valeur de propriété

Objet Clock au niveau de la position index spécifiée.

S’applique à