Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 622 Bytes

compositionstrokedasharray_indexof_168252624.md

File metadata and controls

34 lines (20 loc) · 622 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.CompositionStrokeDashArray.IndexOf(System.Single,System.UInt32@)
winrt method

Microsoft.UI.Composition.CompositionStrokeDashArray.IndexOf

-description

Retrieves the index of the specified item.

-parameters

-param value

The value to find in the collection.

-param index

The index of the item to find, if found.

-returns

true if an item with the specified value was found; otherwise, false.

-remarks

-see-also

-examples