Lines Matching refs:value
12 indicator against the background indicates the Bar's current value.
14 Both the start and end values of the Bar can be set. Changing the start value to a
15 value other than the minimum value in its range changes the start position of the indicator.
52 A new value can be set with
53 :cpp:expr:`lv_bar_set_value(bar, new_value, LV_ANIM_ON/OFF)`. The value is
57 bottom to top in vertical mode. If the minimum value is greater than the maximum value, like
60 The new value in :cpp:func:`lv_bar_set_value` can be set with or without an
70 - :cpp:enumerator:`LV_BAR_MODE_SYMMETRICAL` Draws indicator from zero value to current value. Requi…
71 minimum value and positive maximum value, e.g. [-100..100].
72 - :cpp:enumerator:`LV_BAR_MODE_RANGE` Allows setting the start value as well with
74 value must be smaller than the end value.