property Layer.ValueToOffsetX as String
Specifies the expression to convert the value to x-offset.

TypeDescription
String A String value that defines the expression to convert the value to x-offset.
By default, the ValueToOffsetX property is empty. If the ValueToOffsetX property is empty, missing or invalid it has no effect. If the ValueToOffsetX property is valid, the result of evaluation of it, indicates the value of the OffsetX property, while the OnDrag property is exDoMove. The OffsetXValid property limits / validates the x-offset value of the layer. The OffsetX / OffsetY property specifies the (x,y)-position of the layer, relative to the upper-left corner of the control. The Change event occurs when the layer's Value property is changed. During the Change event, you can change values of other layers as well. For instance, if the second-hand of the clock is rotated, you can rotate the hour and the minute-hands of the clock as well. The ValueToOffsetY property specifies the expression to convert the value to y-offset. Use the DefaultLayer(exDefLayerValueToOffsetX) property to specify the default value for the ValueToOffsetX property, before adding the layer. 

For instance:

For instance:

The ValueToOffsetX property supports the following keywords:

Also, this property supports all constants, operators and functions defined here.

The Value property indicates the value keyword in the following properties:

The Value property works in association with the layer's OnDrag property like follows: