M11 Property (Matrix)

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

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

Property Value

Double

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

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

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