property Layer.ValueToOffsetY as String
Specifies the expression to convert the value to y-offset.

TypeDescription
String A String value that defines the expression to convert the value to y-offset.
By default, the ValueToOffsetY property is empty. If the ValueToOffsetY property is empty, missing or invalid it has no effect. If the ValueToOffsetY property is valid, the result of evaluation of it, indicates the value of the OffsetY property, while the OnDrag property is exDoMove. The OffsetYValid property limits / validates the y-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 ValueToOffsetX property specifies the expression to convert the value to x-offset. Use the DefaultLayer(exDefLayerValueToOffsetY) property to specify the default value for the ValueToOffsetY property, before adding the layer.

For instance:

For instance:

The ValueToOffsetY 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: