TileBackgroundImageCrop Enum
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.
C#
public enum TileBackgroundImageCrop
type TileBackgroundImageCrop =
Public Enum TileBackgroundImageCrop
- Inheritance
-
TileBackgroundImageCrop
Name | Value | Description |
---|---|---|
Default | 0 | Cropping style automatically determined by renderer. |
None | 1 | Default value. Image is not cropped. |
Circle | 2 | Image is cropped to a circle shape. |
Product | Versions |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |