Property |
public enum PropertyImageScale
| Member name | Value | Description |
|---|---|---|
| None | 0 | Original image size is preserved. |
| Uniform | 1 | Image is resized to fit control while preserving aspect ratio. |
| UniformToFill | 2 | Image is resized to fill control while preserving aspect ratio. |
| Fill | 3 | Image is skewed to fill control dimensions. |