BitmapEffectCollection.Item[Int32] 属性

定义

注意:此 API 现在已过时。 未过时的替代项为 Effect。 获取或设置指定索引处的 BitmapEffect

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

参数

index
Int32

要获取或设置的 BitmapEffect 的从零开始的索引。

属性值

指定索引处的 BitmapEffect

实现

适用于