Share via


ContentSiteView.LocalToParentTransformMatrix Property

Definition

Gets the transform matrix from the root Visual to the root Visual of the parent ContentSiteView, if one exists.

public:
 property float4x4 LocalToParentTransformMatrix { float4x4 get(); };
float4x4 LocalToParentTransformMatrix();
public Matrix4x4 LocalToParentTransformMatrix { get; }
var matrix4x4 = contentSiteView.localToParentTransformMatrix;
Public ReadOnly Property LocalToParentTransformMatrix As Matrix4x4

Property Value

Matrix4x4 Matrix4x4

float4x4

The transform matrix from the root Visual to the root Visual of the parent ContentSiteView, if one exists.

Applies to