TextEffectCollection.Item[Int32] 屬性

定義

取得或設定項目,這個項目儲存在集合中以零起始的索引處。

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

從中取得或設定項目之集合的以零起始索引,

屬性值

TextEffect

在指定索引上的項目。

實作

備註

這個屬性可讓您使用索引存取集合中的特定專案。

適用於