public final ObjectProperty<NodeOrientation> nodeOrientationProperty ()

Property holding NodeOrientation.

Node orientation describes the flow of visual data within a node. In the English speaking world, visual data normally flows from left-to-right. In an Arabic or Hebrew world, visual data flows from right-to-left. This is consistent with the reading order of text in both worlds. The default value is left-to-right.

Returns:  NodeOrientation

Since:  JavaFX 8.0