Enum BackgroundOptions
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the background types.
public enum BackgroundOptions
Fields
| Name | Description |
|---|---|
| Center | Centers the background image. |
| Scale | Scales the background image, retaining the aspect ratio. |
| Stretch | Stretches the background image to fill the UI component's area. |
| Tile | Tiles the background image at its original size. |