Function zng_wgt_transform::scale_y
source ยท pub fn scale_y(child: impl UiNode, y: impl IntoVar<Factor>) -> impl UiNode
Expand description
P
Scale Y transform.
This property is a shorthand way of setting transform
to new_scale_y(y)
using variable mapping.