imageReplaceMethod property

String? imageReplaceMethod
getter/setter pair

The replacement method. Possible string values are:

  • "IMAGE_REPLACE_METHOD_UNSPECIFIED" : Unspecified image replace method. This value must not be used.
  • "CENTER_CROP" : Scales and centers the image to fill the bounds of the original image. The image may be cropped in order to fill the original image's bounds. The rendered size of the image will be the same as the original image.

Implementation

core.String? imageReplaceMethod;