File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/routes/docs/features/folder-config Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ Files_BackgroundOpacity=0.4
35
35
36
36
The ` Files_BackgroundFit ` property accepts values between ` 0 ` and ` 3 ` , corresponding to the behaviors listed in the table below.
37
37
38
- | Value | Behavior |
39
- | -------| ----------------|
40
- | 0 | Fill |
41
- | 1 | None |
42
- | 2 | Uniform |
43
- | 3 | UniformToFill |
38
+ | Value | Behavior |
39
+ | -------| ----------------------------------------------------------------------------------------------------------------------------------- |
40
+ | 0 | The image is stretched to fill the pane without keeping the aspect ratio. |
41
+ | 1 | The image is not stretched. |
42
+ | 2 | The image is stretched so that the whole image is visible and the aspect ratio is preserved. There may be unfilled space. |
43
+ | 3 | The image is stretched so that the image fills the pane and the aspect ratio is preserved. Parts of the image may not be visible. |
44
44
45
45
### Vertical alignment
46
46
@@ -62,4 +62,4 @@ The `Files_BackgroundHorizontalAlignment` property accepts values between `0` an
62
62
| 0 | Center |
63
63
| 1 | Left |
64
64
| 2 | Right |
65
- | 3 | Stretch |
65
+ | 3 | Stretch |
You can’t perform that action at this time.
0 commit comments