Enum Fill
Forms9Patch Aspect mode for Image
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public enum Fill
Fields
| Name | Description |
|---|---|
| AspectFill | Scale the image to fill the view. Some parts may be clipped in order to fill the view. |
| AspectFit | Scale the image to fit the view. Some parts may be left empty (letter boxing). |
| Fill | Scale the image so it exactly fill the view. Scaling may not be uniform in X and Y. |
| Tile | Tile the unscaled image within the view's boundaries. |