Function zng_wgt_image::source

source ·
pub fn source(source: impl IntoVar<ImageSource>)
Expand description

c The image source.

Can be a file path, an URI, binary included in the app and more.

§Capture-Only

This property is capture-only, it only defines a property signature, it does not implement any behavior by itself. Widgets can capture and implement this property as part of their intrinsics, otherwise it will have no effect if set on a widget that does not implement it.