TriggerActionCollection.Item[Int32] Property

Definition

Gets or sets the item that is at the specified index.

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

Parameters

index
Int32

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

Property Value

The TriggerAction object that is at the specified index.

Implements

Applies to

See also