You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
hand-out visuals
About this tag
This tag covers the concept of hand-out visuals in Universal Windows Platform (UWP) development, specifically the APIs for extracting Visuals from XAML to use with the Composition Visual Layer. The Composition APIs allow UWP developers to integrate with the XAML Layer, enabling visual enhancements without replacing existing XAML code. Hand-out visuals refer to pulling Visuals out of XAML, while hand-in visuals push Visuals back into layout. The tag includes discussions on interoperability between XAML and the Visual Layer, providing details on how to leverage these APIs for powerful visual effects in Windows apps.
The Composition APIs empower Universal Windows Platform (UWP) developers to do beautiful and powerful things when they drop down to the Visual Layer (as in the sample below). One of the remarkable things about these APIs is that they are designed, end-to-end, to integrate with the XAML Layer...