Generated Object
javafx.scene.layout.AnchorPane
Attributes
This node accepts the attributes for a javafx.scene.layout.AnchorPane class. See the JavaDoc for javafx.scene.layout.AnchorPane.
Content
May contain javafx Nodes. Each node may have attributes for topAnchor, bottomAnchor, leftAnchor and rightAnchor that contains a value representing the offset to the AnchorPane's edge.
Usage
Defines a container that lays out its children anchoring each node to the AnchorPane's edges.
Examples
Labels