...
Property | Type | Applies To | Implemented |
|---|---|---|---|
topAnchor | Double | AnchorPane | |
bottomAnchor | Double | AnchorPane | |
leftAnchor | Double | AnchorPane | |
rightAnchor | Double | AnchorPane | |
margin | Insets | HBox, VBox, GridPane, TilePane, StackPane, FlowPane | |
row (or rowIndex) | Integer | GridPane | |
column (or columnIndex) | Integer | GridPane | |
rowIndex rowSpan | Integer | GridPane | |
columnIndex columnSpan | Integer | GridPane | |
hgrow | Priority | GridPane, HBox | |
vgrow | Priority | GridPane, VBox | |
columnSpan | Integer | GridPane | |
rowSpan | Integer | GridPane | |
halignment | HPos | GridPane | |
valignment | VPos | GridPane | |
alignment | Pos | TilePane, StackPane, BorderPane | |