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 min value is 0.1, the max value is 2, and the value can be adjusted in steps
of 0.1.
UIZoom
defines the configuration for a zoom UIElement, which allows setting a zoom level.The associated
value
of theUIZoom
element is the selected zoom level. Avalue
of1
represents 100%,0.5
means 50% and so on. The min value is0.1
, the max value is2
, and the value can be adjusted in steps of0.1
.