Control layout

On the tab «Layout» you can set the properties concerning the presentation of a control. Depending on the control type there only a part of properties at your disposal.

Appearance

StyleType of presentation of the control.
3D, silver and round (the style round you can combine with a background color.
Color Color of the control (for example in text controls it define the text color). With touching on the search button
you can start the color dialog (see also the chapter Color Dialog).
BG Color Background color of the control.
With touching on the search button
you can start the color dialog (see also the chapter Color Dialog).
3D Shift3D effect when pressing the control
Visiblevisible – true/false (it makes sense to have a invisible control only if you make it visible later by an event).
Enabledenabled – true/false if the control is enabled or disabled (some are greyed out when disabled)

Position

XX coordinate of the control in relation to the fragment or composite.
YY coordinate of the control in relation to the fragment or composite.
Rightspacing to the right margin
Bottomspacing to the bottom margin
RotationRotation of the control in degrees

Measurement

WidthWidth of the control.
Wrap = the control is as big as the content needs.
Fill = the control will fill out the upper level control (fragment or composite) minus the border (x, y, right, bottom)
Value = the control width in pixel
HeightHeight of the control.
Wrap = the control is as big as the content needs.
Fill = the control will fill out the upper level control (fragment or composite) minus the border (x, y, right, bottom)
Value = the control height in pixel
H AlignHorizontal alignment according to the upper level control (fragment or composite)
V AlignVertical alignment according to the upper level control (fragment or composite)
Padding With padding a space between the content of the control and the frame of the control will be created.