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