public enum BackgroundImageSize
Public Enumeration BackgroundImageSize
public enum class BackgroundImageSize
type BackgroundImageSize
Fit | 0 | Fit to the available space taking in account aspect ratio. |
Stretch | 1 | Stretch image to completely fill the output area taking in account aspect ratio. |
Fill | 2 | Fill image to the available space. |