How the value of vertical slider could be shown on top of slider instead of on the left?

I add a vertical slider to gui application but the value is shown on the left.

How could the value could be shown on top of silder?1

slider.setTextBoxStyle(Slider::TextBoxAbove, isReadOnly, textEntryBoxWidth, textEntryBoxHeight);

1 Like

Thank you very much!
Again, Could you know how the slider value in the text box could be shown only two decimal digits?

Slider::setNumDecimalPlacesToDisplay()

1 Like