add property for slider to support vertical orientation (#3236)

This commit is contained in:
Eric 2023-08-16 15:58:50 +08:00 committed by GitHub
parent 12e064b07d
commit 4b9fb89332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 109 additions and 44 deletions

View file

@ -7,6 +7,7 @@
- **`value`** (_in-out_ _float_): The value.
- **`minimum`** (_in_ _float_): The minimum value (default: 0)
- **`maximum`** (_in_ _float_): The maximum value (default: 100)
- **`vertical`** (_in_ _bool_): If set to true the Slider is displayed vertical (default: false).
### Callbacks