To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
This property allows setting image height and width in pixels. Such a possibility may be useful when bringing all the toolbar buttons, for example, to the same height, as unless resized an image defined for a widget remains of its original size.
Image Size property can change either the size of the default image assigned to the object or the size of the image assigned by the Image URL property.
Subproperties:
Width = its value is an integer standing for an image width in pixels from 0 to 100.
Height= its value is an integer standing for an image height in pixels from 0 to 100.
Theme Syntax:
<SetProperty>
<PropertyPath>
<PropertyName>Image</PropertyName>
<PropertyName>Size</PropertyName>
</PropertyPath>
<PropertyValue type="Size" Width="..." Height="..." />
</SetProperty>
To change the size of the toolbar icons, the Size property should be applied using the Toolbar filter.
The toolbar buttons cannot be of different size. So, at attempt of changing the size of a single button, all of the buttons present on a form will be resized.