Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1 KB

planeprojection.md

File metadata and controls

31 lines (20 loc) · 1 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Media.PlaneProjection
winrt class

Microsoft.UI.Xaml.Media.PlaneProjection

-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