Image Element
The Image
element in AVStudio is used to display static or dynamic images within a container. It supports multiple image modes and offers configuration options for size and layout.
Dataset Source
The image can be sourced as either:
Static
: A fixed image asset that does not change based on data.Dynamic
: An image whose source is determined by dataset values.
Size
Control the dimensions of the image using:
Width
: Set a fixed or dynamic width (default:100px
).Height
: Set a fixed or dynamic height (default:100px
).