Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 622 Bytes

gradientstopcollection_replaceall_2090423223.md

File metadata and controls

24 lines (17 loc) · 622 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.GradientStopCollection.ReplaceAll(Microsoft.UI.Xaml.Media.GradientStop[])
winrt method

Microsoft.UI.Xaml.Media.GradientStopCollection.ReplaceAll

-description

Initially clears the collection, then inserts the provided array as new items.

-parameters

-param items

The new collection items.

-remarks

For implementations that track a "changed" event, the initial reset fires an event, but the items added do not fire discrete events.

-examples

-see-also