Enum Widget.Types.ImageType
The shape used to crop the image.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum Widget.Types.ImageType
Fields
Name | Description |
---|---|
Circle | Applies a circular mask to the image. For example, a 4x3 image becomes a circle with a diameter of 3. |
Square | Default value. Applies a square mask to the image. For example, a 4x3 image becomes 3x3. |