Matrix3D.M24 Property

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

Gets or sets the value of the second row and fourth column of this Matrix3D.

Namespace:  System.Windows.Media.Media3D
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property M24 As Double
public double M24 { get; set; }
<Matrix3D M24="double"/>

Property Value

Type: System..::.Double
The value of the second row and fourth column of this Matrix3D.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Matrix3D Structure

System.Windows.Media.Media3D Namespace