Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 768 Bytes

gradientstopcollection_setat_1108102990.md

File metadata and controls

31 lines (20 loc) · 768 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Media.GradientStopCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.GradientStop)
winrt method

Windows.UI.Xaml.Media.GradientStopCollection.SetAt

-description

Sets the value at the specified index to the GradientStop value specified.

-parameters

-param index

The index at which to set the value.

-param value

The value to set.

-remarks

InsertAt expands the collection and moves all subsequent index items by one.

In contrast, SetAt replaces the item at the index, and the collection count remains the same.

-examples

-see-also