Image - ImageUnits Property
Specifies whether the image is measured using pixels or percentages
Member of Image (PRIM_IMAG)
Data Type - Enumeration
Details
The ImageUnits property denotes how the size and position of the Image is measured.
Allowed Values
Enum Value |
Description |
Percentage |
All height, width, left and top values are measured as a percentage of the control |
Pixels |
All height, width, left and top values are measured as a specific number of pixels |