Matrix.M12 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 first row and second column of this Matrix structure.

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

Syntax

Public Property M12 As Double
public double M12 { get; set; }

Property Value

Type: System..::.Double
The value of the first row and second column of this Matrix. The default value is 0.

Remarks

XAML Attribute Usage

<Matrix M11="double"/>

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Matrix Structure

System.Windows.Media Namespace