pub fn zoom_origin(
child: impl IntoUiNode,
origin: impl IntoVar<Point>,
) -> UiNodeExpand description
P Center point of zoom scaling done using mouse scroll wheel and touch gesture.
This property sets both zoom_wheel_origin and zoom_touch_origin to the same point.