ContentIsland.LocalToParentTransformMatrix 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 the transform matrix from the root **Visual** to the root **Visual** of the parent **ContentIsland**, if one exists.
public:
property float4x4 LocalToParentTransformMatrix { float4x4 get(); };
float4x4 LocalToParentTransformMatrix();
public Matrix4x4 LocalToParentTransformMatrix { get; }
var matrix4x4 = contentIsland.localToParentTransformMatrix;
Public ReadOnly Property LocalToParentTransformMatrix As Matrix4x4
Property Value
The transform matrix from the root **Visual** to the root **Visual** of the parent **ContentIsland**, if one exists, or null.