ToastImageCrop 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.
Specify the desired cropping of the image.
public enum ToastImageCrop
type ToastImageCrop =
Public Enum ToastImageCrop
- Inheritance
-
ToastImageCrop
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default value. Image is not cropped. |
Circle | 1 | Image is cropped to a circle shape. |