M11
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the value of the first row and first column of a matrix.
<object M11="Double" .../>
value = object.M11
object.M11 = value
Property Value
Type: Double
The value of the first row and first column of the matrix.
This property is read/write. The default value is 1.
Remarks
The Matrix class is for custom transformations. It is often easier to use the following specific transformations: RotateTransform, ScaleTransform, SkewTransform, or TranslateTransform.