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