alignment property

String? alignment
getter/setter pair

Possible alignments for an asset.

This is a read-only field. Applicable to the following creative types: RICH_MEDIA_DISPLAY_MULTI_FLOATING_INTERSTITIAL . Possible string values are:

  • "ALIGNMENT_TOP"
  • "ALIGNMENT_RIGHT"
  • "ALIGNMENT_BOTTOM"
  • "ALIGNMENT_LEFT"

Implementation

core.String? alignment;