Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 738 Bytes

visualcollection_insertbelow_1771165968.md

File metadata and controls

29 lines (19 loc) · 738 Bytes
-api-id -api-type
M:Windows.UI.Composition.VisualCollection.InsertBelow(Windows.UI.Composition.Visual,Windows.UI.Composition.Visual)
winrt method

Windows.UI.Composition.VisualCollection.InsertBelow

-description

Insert a new visual below the specified visual in the visual collection.

-parameters

-param newChild

The new visual to insert.

-param sibling

The sibling visual to insert the new visual below.

-remarks

VisualCollections are ordered from bottom to top and iterating or enumerating through a collection is always done from bottom to top.

-examples

-see-also