ClockCollection.Item[Int32] Eigenschaft

Definition

Ruft die Clock an der angegebenen Indexposition ab oder legt diese fest.

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

Parameter

index
Int32

Die Indexposition für den Zugriff.

Eigenschaftswert

Das Clock-Objekt an der angegebenen index-Position.

Gilt für: