2027 Enumeration
Changes 0
E

BackgroundImageFit

Description:
Indicates the background image fit type in rendering settings.
public enum BackgroundImageFit
Name Description
E Horizontal The image is proportionally resized so its width matches the view's width.
E None No scale applied to the image; it will keep its original size.
E Stretch The image is stretched in both directions so it matches the view's size.
E Vertical The image is proportionally resized so its height matches the view's height.