Behavior of the image when it does not fit the space available
Member of Image Brush (PRIM_VS.ImageBrush)
Data Type - Enumeration
The Sizing property describes how the Image is stretched or squashed to fit in to control or a tile within the control.
Enum Value | Description |
---|---|
BestFit | The image is resized to fit in the available space while still maintaining its aspect ratio |
Cropped | The image is resized to fit the available space while still maintaining its aspect ratio. Once either the horizontal or vertical fits within the control, not further resizing is done. This may result in some of the image not being visible. |
FitBoth | The image is resized to precisely fit the horizontal and vertical space. The aspect ratio is not maintained. This may result in the image appearing stretched. |
None | The image is not resized in any way |
Febuary 18 V14SP2