WallpaperStyle Enumeration

Describes a wallpaper style.

Definition

Namespace: DevCase.Core.Windows.Theming
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum WallpaperStyle

Members

Tile 0 If the image is smaller than the screen, this style puts a clone of the image across the screen background.
Center 1 Centers the image on the screen.
Stretch 2 Shrinks or enlarges the image to fit the monitor's height and widht.
Fit 3 Shrinks or enlarges the image to fit the monitor's height.
Fill 4 Shrinks or enlarges the image to fit the monitor's width.

See Also