positionLeftUnit property

String? positionLeftUnit
getter/setter pair

Offset left unit for an asset.

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

  • "OFFSET_UNIT_PIXEL" : Pixels on a screen.
  • "OFFSET_UNIT_PERCENT" : Percent offset for center asset (rather than top and left).
  • "OFFSET_UNIT_PIXEL_FROM_CENTER" : Pixel offset for center of asset from center of browser window.

Implementation

core.String? positionLeftUnit;