WallpaperFill: changes how the wallpaper is sized relative to the viewport.
Filled will maintain the size height of the wallpaper, which tends to cuts the top off.
Scaled will scale the wallpaper to the viewport, so the entire image is visible. Will make the image small!
WallpaperOffsetX: allows you to move the wallpaper to the left or right in the viewport. Supply a double value in the range of [-1.0,1] to move the wallpaper right (eg: -0.25) or left (0.25).
WallpaperOffsetY: allows you to move the wallpaper up or down in the viewport. Supply a double value in the range of [-1.0,1] to skew the wallpaper down (eg: -0.25) or up (eg: 0.25).
Changes
Added several wallpaper related settings:
WallpaperAnchor
WallpaperFill: changes how the wallpaper is sized relative to the viewport.
Filled will maintain the size height of the wallpaper, which tends to cuts the top off.
Scaled will scale the wallpaper to the viewport, so the entire image is visible. Will make the image small!
WallpaperOffsetX: allows you to move the wallpaper to the left or right in the viewport. Supply a double value in the range of [-1.0,1] to move the wallpaper right (eg: -0.25) or left (0.25).
WallpaperOffsetY: allows you to move the wallpaper up or down in the viewport. Supply a double value in the range of [-1.0,1] to skew the wallpaper down (eg: -0.25) or up (eg: 0.25).
Motivation
closes #28 closes #8
Demo
WallpaperFill
https://user-images.githubusercontent.com/15972415/143469376-a87ce7ec-452c-4859-9e47-b3ef9f24b7f2.mp4
WallpaperOffset
https://user-images.githubusercontent.com/15972415/143469290-31047487-c788-4d2e-9293-698ffd6850fc.mp4