BorderPane
BorderPane, in the bajaui palette, provides border content for a widget similar to the CSS Box Model. Margin defines the space between the bounds and the border. Padding defines the space between the border and the child bounds. Border defines the look and width of the border around each of the sides.

You access these properties by expandingBajaui palette and navigate to Panes, double-click BorderPane
| Property | Value | Description |
|---|---|---|
| Visible | true (default) false | Sets the table to be visible in the
Px page interface (true) or not (false). |
| Enabled (Px graphics) | true (default) false | Determines if the table on
a Px page can receive a command. true configures the page to receive a command using a popup menu. false renders the display visible but unable to receive a command. |
| Layout | additional properties | Opens a layout window for specifying the size and location of the table in relation
to its parent (X, Y coordinates, height and width). |
| Label | additional properties | Allows to configure additional properties for the label of the border pane. |
| Content | additional properties | Allows to configure additional properties for the label of the border pane. |
| Margin | top Right Bottom Left | Allows to set the borders of the pane. |
| Padding | top Right Bottom Left | Allows to set the padding of the pane. |
| Border | text | Displays the border design. |
| Fill | Solid, Gradient, Image ,Null(default) | Specifies the type of color to fill the
pane. Solid opens the color chooser window. Gradient opens the gradient editor window. Image opens the texture window. Click the browser icon to open a file chooser and ord chooser to select the image file. Null indicates no background fill. |