M21 Property (Matrix)

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

XAML
<object M21="Double" .../>
Scripting
value = object.M21
object.M21 = value

Property Value

Double

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

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

Remarks

The Matrix class is for custom transformations. Often it is easier to use the specific transformations RotateTransform, ScaleTransform, SkewTransform, or TranslateTransform.

Applies To

Matrix

See Also

Silverlight Transforms Overview