public final DoubleProperty translateZProperty ()

Defines the Z coordinate of the translation that is added to the transformed coordinates of this Node. This value will be added to any translation defined by the transforms ObservableList and layoutZ.

This variable can be used to alter the location of a Node without disturbing its layout bounds, which makes it useful for animating a node's location.

Note that this is a conditional feature. See ConditionalFeature.SCENE3D for more information.

Returns:  the translateZ for this Node

@defaultValue 0