TextEffectCollection.Item[Int32] Property

Definition

Gets or sets the item that is stored at the zero-based index of the collection.

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

Parameters

index
Int32

The zero-based index of the collection from which to get or set the item.

Property Value

The element at the specified index.

Implements

Remarks

This property provides the ability to access a specific item in the collection by using an index.

Applies to