ImageScaleMode
Description:
[ CCode ( cprefix = "MX_IMAGE_SCALE_" , type_id = "mx_image_scale_mode_get_type ()" ) ]
public enum ImageScaleMode
Defines the scaling mode of an image.
Content:
Enum values:
- CROP - Scale and crop the image so that it
covers the entire allocation while retaining the correct aspect ratio
- FIT - Scale the image, but maintain the
aspect ratio so that it fits exactly within the allocation
- NONE - Do not apply any scaling and center
the image within the allocation