Enum Image.Type
Image fill type controls how to display the image.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
public enum Image.Type
  Fields
| Name | Description | 
|---|---|
| Filled | Displays only a portion of the Image.  | 
      
| Simple | Displays the full Image  | 
      
| Sliced | Displays the Image as a 9-sliced graphic.  | 
      
| Tiled | Displays a sliced Sprite with its resizable sections tiled instead of stretched.  |