Matrix3DProjection.ProjectionMatrix Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the Matrix3D that is used for the projection that is applied to the object.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Property ProjectionMatrix As Matrix3D
public Matrix3D ProjectionMatrix { get; set; }

Property Value

Type: System.Windows.Media.Media3D..::.Matrix3D
The Matrix3D that is used for the projection that is applied to the object.

Remarks

Dependency property identifier field: ProjectionMatrixProperty

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Matrix3DProjection Class

System.Windows.Media Namespace