diff --git a/docs/overview/style-props.md b/docs/overview/style-props.md index 45b39c419..c999a741c 100644 --- a/docs/overview/style-props.md +++ b/docs/overview/style-props.md @@ -252,6 +252,24 @@ Set the point from which the background's gradient color should start. 0 means t
  • Ext. draw No
  • +### bg_gradient +Set the gradient definition for the body. The pointed instance must exist while the object is alive. NULL to disable + + +### bg_dither_mode +Set the dithering mode of the gradient of the background. The possible values are `LV_DITHER_NONE/ORDERED/ERR_DIFF`. + + ### bg_img_src Set a background image. Can be a pointer to `lv_img_dsc_t`, a path to a file or an `LV_SYMBOL_...`