#include <tools/color.hxx>
#include <tools/gen.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/gradient.hxx>
#include <vcl/dllapi.h>
#include <optional>
Go to the source code of this file.
|
enum | WallpaperStyle {
WallpaperStyle::NONE,
WallpaperStyle::Tile,
WallpaperStyle::Center,
WallpaperStyle::Scale,
WallpaperStyle::TopLeft,
WallpaperStyle::Top,
WallpaperStyle::TopRight,
WallpaperStyle::Left,
WallpaperStyle::Right,
WallpaperStyle::BottomLeft,
WallpaperStyle::Bottom,
WallpaperStyle::BottomRight,
WallpaperStyle::ApplicationGradient
} |
|
Enumerator |
---|
NONE |
|
Tile |
|
Center |
|
Scale |
|
TopLeft |
|
Top |
|
TopRight |
|
Left |
|
Right |
|
BottomLeft |
|
Bottom |
|
BottomRight |
|
ApplicationGradient |
|
Definition at line 34 of file wall.hxx.