This menu renders menu items in a matrix structure using text styles. For each menu item, there is an optional background image that will determine the size of the items. The number of columns selected determines the size of the matrix.

The Matrix Menu Text component
Properties
|
Name |
Type |
Description |
| Menu |
Menu |
The menu used to fill this component. It uses styles to determine the look of the menu items. |
| Columns |
Integer |
The number of columns used to create the matrix. |
| Horizontal Spacing Between Menu Items |
Integer |
The horizontal spacing in pixels between the images. |
|
Vertical Spacing Between Menu Items |
Integer |
The vertical spacing in pixels between the images. |
| Allow Menu Items To Break |
Bool |
Set this to false if you do not want a line break to occur in the menu items. |
| Horizontal Align |
Enum |
Horizontal alignment for the items. Possible values:
|
| Vertical Align |
Enum |
Vertical alignment for the items. Possible values:
- Top
- Middle
- Bottom
- Baseline
|
| Background Image |
Resource |
The background image used for the menu items. |
| Background Image Selected |
Resource |
The background image used for the selected menu item. |
| Background Image Mouse Over |
Resource |
The background image used for the menu items when the mouse is over. |