WallpaperStyle Enumeration
Describes a wallpaper style.
Namespace: DevCase.Core.Windows.ThemingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum WallpaperStyle
Public Enumeration WallpaperStyle
Dim instance As WallpaperStyle
public enum class WallpaperStyle
No code example is currently available or this language may not be supported.
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.
|