Const
Readonly
NORMAL: 0The source image will be displayed in its normal dimensions inside the parent.
0.1
Readonly
STRETCH: 1The source image will be stretched to the size of the parent.
0.1
Readonly
ASPECTFIT: 2The source image will grow by saving its aspect ratio until the image is at its max size inside the parent.
0.1
Readonly
ASPECTFILL: 3The option to scale the content to fill the size of the view. Some portion of the content may be clipped to fill the view’s bounds.
3.0.2
Generated using TypeDoc
UI.ImageView.FillType
Since
0.1 FillType is an enum. It defines the fill type of an UI.Image inside its parent.
Example