Stretch

How content is scaled to fill the space available to it.
public enum Stretch

Values

NameSummary
FillContent is stretched on both axes to fill, ignoring aspect ratio.
NoneContent keeps its natural size and is centered.
UniformContent is scaled to fit while preserving aspect ratio (letterboxed).
UniformToFillContent is scaled to fill while preserving aspect ratio (cropped).