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.

Figure 1. BorderPane Property Sheet


You access these properties by expandingBajaui palette and navigate to Panes, double-click BorderPane

PropertyValueDescription
Visibletrue (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.

Layoutadditional 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).
Labeladditional propertiesAllows to configure additional properties for the label of the border pane.
Contentadditional propertiesAllows to configure additional properties for the label of the border pane.
Margintop Right Bottom LeftAllows to set the borders of the pane.
Padding top Right Bottom LeftAllows to set the padding of the pane.
BordertextDisplays the border design.
FillSolid, 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.