IMAGE¶
Renders an image file.
Properties¶
align¶
-
align
¶ -
- Type
- VHalign / stdWrap
- Default
- 1,1
Pair of values, which defines the horizontal and vertical alignment of the image.
Values:
Horizontal alignment:
- l
- left
- c
- center
- r
- right
Vertical alignment:
- t
- top
- c
- center
- b
- bottom
Example:
Horizontally centered, vertically at the bottom:
align = c, b
Copied!
file¶
-
file
¶ -
- Type
- imgResource
The image file.
mask¶
-
mask
¶ -
- Type
- imgResource
Optional mask image for the image file.