NumericValueStyles enum | QSYS API Reference Guide

Sets or gets the named style used when the InteractionStyle is Slider, indicating the position of the numeric input display.

Namespace: ASNA.QSys.Expo.Tags Assembly: ASNA.QSys.Expo.Tags.dll

Enum Values

Name Description Value
Center Indicates that the numeric input element should be displayed at the center (valid only when the InteractionStyle is “Buttons”). 3
Hidden Indicates that no numeric input element should be displayed. 0
Left Indicates that the numeric input element should be displayed to the left of the slider. 1
Right Indicates that the numeric input element should be displayed to the right of the slider. 2