Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 864 Bytes

matrixtransform_matrix.md

File metadata and controls

35 lines (26 loc) · 864 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.MatrixTransform.Matrix
winrt property

Microsoft.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