Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 862 Bytes

matrixtransform_matrix.md

File metadata and controls

37 lines (26 loc) · 862 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.MatrixTransform.Matrix
winrt property

Windows.UI.Xaml.Media.MatrixTransform.Matrix

-description

Gets or sets the Matrix that defines this transformation.

-xaml-syntax

<MatrixTransform>
  <MatrixTransform.Matrix>
    singleMatrix
  </MatrixTransform.Matrix>
</MatrixTransform>

-xaml-values

singleMatrix
singleMatrixExactly one Matrix object element.
## -property-value The [Matrix](matrix.md) structure that defines this transformation. The default is an identity [Matrix](matrix.md). An identity matrix has a value of 1 in coefficients [1,1], [2,2], and [3,3]; and a value of 0 in the rest of the coefficients.

-remarks

-examples

-see-also