All of the properties for projects and objects are described centrally here.
Properties are defined by means of the respective property lists. If you select multiple objects, you can set their common properties at the same time. You can specify values in different ways depending on the property.
§ Open a drop down list of values by means of an "arrow down" button.
Example: Appearance condition, font color, font. At the end of the list of values, you will almost always find the "Formula" entry.
§ You can set the value with a formula via the formula button or the "Formula" entry in the list of values.
Example: If you want to set the font color to red for negative values, set the default "property" for the font to "False" and define the "Font color" property using a formula, e.g.:
Cond(Item.UnitPrice< 0,LL.Color.Red,LL.Color.Black)
§ Open a configuration dialog with the "..." button.
For example, there are dialogs for the following properties: formatting, font, frames, position, label format.
§ Enter the value directly in the property fields.
Example: Project description in the project properties.
§ Set a file path with the open dialog.
Example: Name of the project include file or the image file.
See also: