Accordion Properties

Properties of a container for one or more collapsible controls.

The Accordion control is supported for these platforms:

General

Property Description
Background color The color value of the control background.

You can use the color picker, or manually enter the value. Valid values are color names (black, blue, brown, gray, green, orange, pink, purple, red, white, yellow) or strings in the format #rrggbb, where rr, gg and bb are the hexadecimal code values, in the range 0 to ff(255), for red, green, and blue.

Background image An optional image, selected using the Browse button. Default: no image.
Note: The image must be located in the project.
Background image repeat How the background image repeats within the control area. One of these values:
  • repeat – the image repeats.
  • no repeat – the image does not repeat.
  • inherit – the background image is inherited from the parent screen.
  • repeat-x – the background image repeats horizontally.
  • repeat-y – the background image repeats vertically.