Show / Hide Table of Contents

Enum ImageCropStyle.Types.ImageCropType

Represents the crop style applied to an image.

Google Workspace Add-ons and Chat apps:

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 aspectRatio.

Square

Default value. Applies a square crop.

Unspecified

Don't use. Unspecified.

In this article
Back to top Generated by DocFX