pub fn scale_xy(
child: impl IntoUiNode,
x: impl IntoVar<Factor>,
y: impl IntoVar<Factor>,
) -> UiNodeExpand description
P Scale X and Y transform.
This property is a shorthand way of setting transform to new_scale_xy(x, y) using variable merging.