...
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 | | hgrow | Priority |
row (or rowIndex) | Integer | GridPane , HBox | | vgrow | Priority |
column (or columnIndex) | Integer | GridPane , VBox | | ||
columnIndex rowIndex | Integer | GridPane | | ||
rowIndex columnIndex | 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 | |