DESKTOP_WALLPAPER_POSITION class Enum
Specifies how the desktop wallpaper should be displayed.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DWPOS_CENTER → const int
-
Center the image; do not stretch.
0
- DWPOS_FILL → const int
-
Stretch the image to fill the screen, cropping the image as necessary to
avoid letterbox bars.
4
- DWPOS_FIT → const int
-
Stretch the image to exactly the height or width of the monitor without
changing its aspect ratio or cropping the image.
3
- DWPOS_SPAN → const int
-
Spans a single image across all monitors attached to the system.
5
- DWPOS_STRETCH → const int
-
Stretch the image to exactly fit on the monitor.
2
- DWPOS_TILE → const int
-
Tile the image across all monitors.
1