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