-fx-font-family: 'MyFontFamily'; -fx-font-size: 14.4;
<value>
or <value>px
for a value in pixels<value>mm
for a value in millimeters<value>in
for a value in inches-fx-stroke-width: 12mm;
<size> [<size>]+
. Every element of the Pattern define the size of one visible and invisible segment. On the case of only one value, each segment will have the same size.
-fx-dash-array: 2mm 1mm;
-fx-effect
property, with an associated dropShadow
:-fx-effect : dropshadow(<type>, <color>, <radius>, <spread>, <offsetX>, <offsetY>)The meaning of the arguments is:
-fx-effect: dropshadow(gaussian, black, 0.3, 1.0, 0, 0);
<size> <size> <size> <size>
. The order of the elements is: top, right, bottom, left. If only one size is defined, all sizes will be identical.-fx-effect: -fx-padding: 2mm 2mm 1mm 1mm;
Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence