kitPx-BoundLabel is a widget that simply provides a label widget with a binding already available.

You access these properties by expandingKitPx palette and double-click BoundLabel
| Property | Value | Description |
|---|---|---|
| Visible | true (default) false |
Sets the table to be visible in the Px page interface (true) or not (false).
|
| Enabled | true (default) false |
When set to true, the table in Px page interface is commandable using the popup menu. When set to false, the display is still visible but not commandable.
|
| 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). |
| Text | text | Specifies the text on the label. |
| Image | file chooser | Allows to choose the image for the label. |
| Font | additional properties | Configures the additional parameters for the font on the label. |
| Foreground | Solid, Gradient, Image ,Null(default)
|
Specifies foreground fill. Solid opens the color chooser window. Gradient opens the gradient editor window. Image opens the texture window, click the browser icon to open File chooser, ord chooser to select the image file. Null indicates no foreground fill. |
| Background | Solid, Gradient, Image ,Null(default)
|
Specifies background fill color.
|
| Halign | Left, Center (default), Right, Fill |
Selects from among horizontal alignment options. |
| Valign | Left, Center (default), Right, Fill |
Specifies how to vertically align the pane. |
| Text To Icon Align | Left, Center , Right(default), Top, Bottom |
Defines the alignment of the text in relationship to the icon: Right, Top, Bottom, Left, Center |
| Text To Icon gap | number | Defines the gap between the text and icon. |
| Blink | true false (default)
|
Configures the background color to blink. |
| Word Wrap Enabled | true false (default)
|
Allows a long word on a button to wrap (true) or prevents the word from wrapping (false).
|
| Border | additional properties | Configures additional parameters for the border of the label. |
| Mouse Over | drop-down | Configures what happens when a user passes the mouse cursor over the graphic. |
| Padding | additional properties | Configures the padding for the label. |
| b | additional properties | Configures the additional parameters for binding the label. |
kitPx-BooleanImage is a widget that simply provides a label widget with a binding already available.
Refer to above mentioned properties for further configuration.
kitPx-NumericImage is a widget that simply provides a label widget with a binding already available.
Refer to above mentioned properties for further configuration.
kitPx-EnumImage is a widget that simply provides a label widget with a binding already available.
Refer to above mentioned properties for further configuration.