Image
Definition
Component for displaying images and basic animations.
The picture to display, and other aspects of the Image’s appearance, can be specified in the Designer or in the Blocks Editor.
Properties
- AlternateText
- A written description of what the image looks like.
- Animation
- This is a limited form of animation that can attach a small number of motion types to images. The allowable motions are
ScrollRightSlow
,ScrollRight
,ScrollRightFast
,ScrollLeftSlow
,ScrollLeft
,ScrollLeftFast
, andStop
. - Clickable
- Specifies whether the image should be clickable or not.
- Height
- Specifies the
Image
’s vertical height, measured in pixels. - HeightPercent
- Specifies the
Image
’s vertical height as a percentage of theScreen
’sHeight
. - Picture
- Specifies the path of the
Image
’sPicture
. - RotationAngle
- The angle at which the image picture appears rotated. This rotation does not appear on the designer screen, only on the device.
- ScalePictureToFit
- Specifies whether the image should be resized to match the size of the ImageView.
- Scaling
- This property determines how the picture scales according to the Height or Width of the Image. Scale proportionally (0) preserves the picture aspect ratio. Scale to fit (1) matches the Image area, even if the aspect ratio changes.
- Visible
- Specifies whether the
Image
should be visible on the screen. Value istrue
if theImage
is showing andfalse
if hidden. - Width
- Specifies the horizontal width of the
Image
, measured in pixels. - WidthPercent
- Specifies the horizontal width of the
Image
as a percentage of theScreen
’sWidth
.