Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 561 Bytes

pathsegmentcollection_setat_1439438350.md

File metadata and controls

26 lines (18 loc) · 561 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.PathSegmentCollection.SetAt(System.UInt32,Microsoft.UI.Xaml.Media.PathSegment)
winrt method

Microsoft.UI.Xaml.Media.PathSegmentCollection.SetAt

-description

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

-parameters

-param index

The index at which to set the value.

-param value

The value to set.

-remarks

-examples

-see-also