ContentIslandStateChangedEventArgs.DidLocalToParentTransformMatrixChange 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 whether the local to parent transform matrix for the ContentIsland changed.
public:
property bool DidLocalToParentTransformMatrixChange { bool get(); };
bool DidLocalToParentTransformMatrixChange();
public bool DidLocalToParentTransformMatrixChange { get; }
var boolean = contentIslandStateChangedEventArgs.didLocalToParentTransformMatrixChange;
Public ReadOnly Property DidLocalToParentTransformMatrixChange As Boolean
Property Value
bool
True, if the local to parent transform matrix for the ContentIsland changed; otherwise, false.