...
This node takes the attributes of the javafx.scene.control.Button. see javafx.scene.control.Button.
Content
If the content is a javafx.scene.control.Tooltip (see javafx.scene.control.Tooltip) object, then the Button's tooltip will be set to this Tooltip object.
...
Other content is processed per the common javafx Node content including input events, effects and transforms.
Usage
This is a JavaFX Node and accepts the common Node attributes.
...