Function zng::layout::scale_x

source ยท
pub fn scale_x(child: impl UiNode, x: impl IntoVar<Factor>) -> impl UiNode
Expand description

P Scale X transform.

This property is a shorthand way of setting transform to new_scale_x(x) using variable mapping.