CoverFlowImageType

Simple object for defining a single image in a cover flow view.

If supplied, the width and height values must be exact values, not a percentage size.

If the size specified is different to the size of the image, the image is cropped and/or scaled to fit the specified size.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

CoverFlowImageType
height : Number

Display height of the image, in Apple points.

Display height of the image, in Apple points.

CoverFlowImageType
image : String/Titanium.Blob/Titanium.Filesystem.File

Image to use, as a local file URL, Blob, or File.

Image to use, as a local file URL, Blob, or File.

CoverFlowImageType
width : Number

Display width for the image, in Apple points.

Display width for the image, in Apple points.