M22

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the value of the second row and second column of a matrix.

<object M22="Double"  .../>
value = object.M22
object.M22 = value

Property Value

Type: Double

The value of the second row and second column of the matrix.

This property is read/write. The default value is 1.

Managed Equivalent

M22

Remarks

The Matrix class is for custom transformations. It is often easier to use the following specific transformations: RotateTransform, ScaleTransform, SkewTransform, or TranslateTransform.

Applies To

Matrix