Enum ImageCropStyle.Types.ImageCropType
Represents the crop style applied to an image.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum ImageCropStyle.Types.ImageCropType
Fields
Name | Description |
---|---|
Circle | Applies a circular crop. |
Rectangle43 | Applies a rectangular crop with a 4:3 aspect ratio. |
RectangleCustom | Applies a rectangular crop with a custom aspect ratio. Set the custom
aspect ratio with |
Square | Default value. Applies a square crop. |
Unspecified | Don't use. Unspecified. |