UIZoom defines the configuration for a zoom UIElement, which allows setting a zoom level.
The associated value of the UIZoom element is the selected zoom level. A value of 1 represents 100%,
0.5 means 50% and so on. The default min value is 0.1, the default max value is 2, and the value can be adjusted in steps
of 0.1 by default. Optionally, these default values can be overridden by setting the min, max and step properties.
UIZoomdefines the configuration for a zoom UIElement, which allows setting a zoom level.The associated
valueof theUIZoomelement is the selected zoom level. Avalueof1represents 100%,0.5means 50% and so on. The default min value is0.1, the default max value is2, and the value can be adjusted in steps of0.1by default. Optionally, these default values can be overridden by setting themin,maxandstepproperties.