AspectRatio Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum AspectRatio
type AspectRatio =
- Inheritance
-
AspectRatio
Fields
| Name | Value | Description |
|---|---|---|
| Undefined | -1 | Aspect ratio option sent to photo picker when no aspect ratio is set by the calling app. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Square11 | 0 | Aspect ratio option requesting square 1:1 thumbnail sizing within the media grid. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Portrait916 | 1 | Aspect ratio option requesting portrait 9:16 sizing for the thumbnails within the media grid. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |