Function zng_wgt_image::img_fit
source ยท pub fn img_fit(child: impl UiNode, fit: impl IntoVar<ImageFit>) -> impl UiNode
Expand description
P
Sets the ImageFit
of all inner images.
This property sets the IMAGE_FIT_VAR
.
pub fn img_fit(child: impl UiNode, fit: impl IntoVar<ImageFit>) -> impl UiNode
P
Sets the ImageFit
of all inner images.
This property sets the IMAGE_FIT_VAR
.