Windows.UI.Xaml.Media.PlaneProjection

June 22, 2022 · View on GitHub

-description

Represents a perspective transform (a 3-D-like effect) on an object.

-xaml-syntax

<PlaneProjection .../>

-remarks

-examples

To apply a perspective transform to a UIElement, set the UIElement object's Projection property to a PlaneProjection. The PlaneProjection defines how the transform is rendered in space. This example shows a simple case.

[!code-xamlBasicPerspectiveTransforms]

-see-also

3-D effects for , Projection