메뉴 건너뛰기

GREATUSER

free

Interop between XAML and the Visual Layer

관리자 2016.08.27 16:00 조회 수 : 49

Interop between XAML and the Visual Layer 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. Because of this built-in interoperability, the Composition APIs allow you to visually enhance your current XAML code without needing to replace it. This post will cover the specific APIs for pulling Visuals out of your XAML as well as pushing Visuals back into your layout. These are also known as hand-out Visuals and hand-in Visuals. Additionally, we’ll cover some details of property sharing between the Framework Layer and the Visual Layer which you will find helpful to get under your belt. We’ll finish off with [ more... ]

The post Interop between XAML and the Visual Layer appeared first on 지락문화예술공작단.




원문출처 : https://jirak.net/wp/interop-between-xaml-and-the-visual-layer/
위로