Size

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:

 

 

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.