Wiki

Clone wiki

Card Editor / Documents / Layouts / ImageElements

Image Elements

An Image Element is a type of Element in a Layout that displays an Image. To create an Image Element, click the Add Element button in the Layout View and select "Image"

In addition to the standard Element properties, Image Elements have several properties specific for images.

Image Element Properties

Image

If the Element is not bound to a Field, then you can type in the filepath to an image to display through the Image property. This path is relative to the Root folder that contains the Workspace file. You may also either click the "..." button next to the text box or double click the Element in the Layout editor to browse for an image file.

Stretch to Fit

When set, the image will be stretched to fill as much of the Element's space as possible, while still maintaining the image's aspect ratio. The default value is false.

Horizontal Alignment

This determines how the image aligns horizontally within the Element. One of:

  • Left
  • Center
  • Right

The default value is Center.

Vertical Alignment

This determines how the image aligns vertically within the Element. One of:

  • Top
  • Center
  • Right

The default value is Center.

Updated