Rotation3DKeyFrameCollection.Item[Int32] Свойство

Определение

Получает или задает Rotation3DKeyFrame в указанной позиции индекса.

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

Параметры

index
Int32

Индекс (с нуля) возвращаемого или задаваемого Rotation3DKeyFrame.

Значение свойства

Rotation3DKeyFrame

Объект Rotation3DKeyFrame по указанному индексу.

Исключения

Попытка изменения коллекции является недопустимой, так как эта коллекция является зафиксированной (ее свойство IsFrozen имеет значение true).

Значение параметра index меньше нуля.

-или- Значение параметра index больше или равно значению свойства Count.

Применяется к