Matrix.Identity Property 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an identity matrix.
public:
 static property Windows::UI::Xaml::Media::Matrix Identity { Windows::UI::Xaml::Media::Matrix get(); };public static Windows.UI.Xaml.Media.Matrix Identity { get; }static member Identity : Windows.UI.Xaml.Media.MatrixPublic Shared ReadOnly Property Identity As MatrixProperty Value
An identity matrix.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. For more information, see Matrix in the UWP API reference.
For more information and examples of this member, see Matrix.Identity in the .NET Framework API reference.