public final String getStyle ()

Implementing: javafx.css.Styleable

A string representation of the CSS style associated with this specific Node. This is analogous to the "style" attribute of an HTML element. Note that, like the HTML style attribute, this variable contains style properties and values and not the selector portion of a style rule.

Returns:  The inline CSS style associated with this Node. If this Node does not have an inline style, an empty String is returned.

See also:
CSS Reference Guide

@defaultValue empty string