Enum ImageStyle

ImageStyle

An enum that defines an image cropping style.

To call an enum, you call its parent class, name, and property. For example, CardService.ImageStyle.SQUARE.

Properties

PropertyTypeDescription
SQUAREEnumNo cropping. Default.
CIRCLEEnumCrop to a circle shape.