pub fn background_img_repeat(
child: impl IntoUiNode,
repeat: impl IntoVar<ImageRepeat>,
) -> UiNodeExpand description
P Sets the background image repeat.
This property sets the BACKGROUND_IMG_REPEAT_VAR and overrides the img_repeat value for the background images.