pub fn border_img_repeat(
child: impl UiNode,
repeats: impl IntoVar<BorderRepeats>,
) -> impl UiNode
Expand description
P
Defines how the 9-patch edge slices are used to fill the widths.
This property sets the BORDER_IMG_REPEAT_VAR
.
pub fn border_img_repeat(
child: impl UiNode,
repeats: impl IntoVar<BorderRepeats>,
) -> impl UiNode
P
Defines how the 9-patch edge slices are used to fill the widths.
This property sets the BORDER_IMG_REPEAT_VAR
.