diff --git a/docs/overview/style-props.rst b/docs/overview/style-props.rst index 0bc50fbcf..93b44ad04 100644 --- a/docs/overview/style-props.rst +++ b/docs/overview/style-props.rst @@ -194,6 +194,20 @@ translate_y Move the object with this value in Y direction. Applied after layouts, aligns and other positioning. Pixel and percentage (with `lv_pct(x)`) values can be used. Percentage values are relative to the object's height. +.. raw:: html + + + +translate_radial +~~~~~~~~~~~~~~~~ + +Move the object around the centre of the parent object (e.g. around the circumference of a scale) + .. raw:: html +pad_radial +~~~~~~~~~~ + +Pad the text labels away from the scale ticks/remainder of the LV_PART_ + +.. raw:: html + + + Margin ------ @@ -1201,6 +1229,20 @@ radius Set the radius on every corner. The value is interpreted in pixel (>= 0) or `LV_RADIUS_CIRCLE` for max. radius +.. raw:: html + + + +radial_offset +~~~~~~~~~~~~~ + +Move the start point of the object (e.g. scale tick) radially + .. raw:: html