TextEffectCollection.Item[Int32] プロパティ

定義

コレクションの 0 から始まるインデックス位置に格納されている項目を取得または設定します。

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

パラメーター

index
Int32

項目を取得または設定するコレクションの 0 から始まるインデックス。

プロパティ値

TextEffect

指定したインデックス位置にある要素。

実装

注釈

このプロパティは、インデックスを使用してコレクション内の特定の項目にアクセスする機能を提供します。

適用対象