This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Contains information about a new size and location for a visual element.

Event handlers for the Element.Placed event will be called with an instance of PlacedArgs, containing the following fields:

{
    x,      // X-coordinate of the element's new position
    y,      // Y-coordinate of the element's new position
    width,  // The new width of the element.
    height  // The new height of the element
}

All coordinates are in the parent node's local space, in points.

Location

Namespace
Fuse
Package
Fuse.Nodes 2.9.1
Show Uno properties and methods

Interface of PlacedArgs

Inherited from object

Implemented Interfaces