ThicknessKeyFrameCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある ThicknessKeyFrame を取得または設定します。

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

パラメーター

index
Int32

取得または設定する ThicknessKeyFrame の 0 から始まるインデックス番号。

プロパティ値

ThicknessKeyFrame

指定したインデックスにある ThicknessKeyFrame です。

例外

コレクションが固定されている (IsFrozen プロパティが true である) ため、そのコレクションを変更しようとしてもできません。

index が 0 未満です。

または indexCount 以上になっています。

適用対象