Home Search

DriveWorks Solo 21
Reverse Direction

Send Feedback

Reverse Direction

Reverses the direction of the control.

The value must be either:

  • False
  • True

Property Type: Dynamic

Default Value: False

Hierarchical Reference: ControlName.ReverseDirection

To Change the Value

Ensure the property is a dynamic property (the green orb  will be displayed alongside the property name)

The default value of the dynamic property can be changed by using the drop down:

  1. Click in the property for the control to be changed
  2. Click the drop down list at the end of the property value field
  3. Select the required value for the direction of the control

Examples

Reverse Direction Property Value (dynamic)Result
FalseWill increase the value of the slider when moved from:
  • Left to Right - when the Orientation property is Horizontal
  • Bottom to Top - when the Orientation property is Vertical
TrueWill increase the value of the slider when moved from:
  • Right to Left- when the Orientation property is Horizontal
  • Top to Bottom - when the Orientation property is Vertical
If(TopToBottomReturn="Yes",TRUE,FALSE)Will set the value of the property to be TRUE when the control TopToBottom is "Yes", otherwise it will be FALSE.

A value controlled by a rule.