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

指定索引处的元素。

实现

注解

此属性提供使用索引访问集合中的特定项的功能。

适用于