zng_wgt_transform

Function translate_y

source
pub fn translate_y(child: impl UiNode, y: impl IntoVar<Length>) -> impl UiNode
Expand description

P Translate Y transform.

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