Enum BackgroundOptions

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the background types.

C#
Copy
public enum BackgroundOptions
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.