Transforming an object

Transformation occurs when an object changes aspect. This change is done by binding a parameter to one or more of the object properties. As the parameter changes value, so the object changes appearance. Parameters can be bound to one or more objects in a symbol. An object can have one or more parameters bound to the properties in the Position, Size or Rotation transformation property groups.
Note
A base element can only change its width and height properties.
To bind the progress parameter to the basicprogressbar symbol:
  1. Open the basicprogressbar symbol, if it is not yet open.
  2. Select the progressbar element in the Symbol Outline pane.
    diasym_basicprogressbar30.png
    The progressbar element
  3. Click the Transform tab in the Styling Customizer.
  4. Click the Bind button next to the Width field.
    The Transform Element Using Parameter dialog box opens.
  5. From the Parameter list, select progress.
  6. Select the Compute the transformation according to the following min/max values check box.
  7. In the Value Max field, type 120 .
    This is the width in pixels that the progressbar object will attain when the progress parameter equals the value shown in the Parameter Max field. That is, when progress equals 100, the progressbar will be 120 pixels wide, and when progress equals 50, the progressbar will be 60 pixels wide.
  8. Click OK.
The width of the base rectangle is now bound to the progress parameter.
Note
The width of the rectangle is now set to 0, the default value of the progress parameter.