DialogPosition
Enumeration
The position for fixed position dialog. Center: both width and height are valid. Left/Right: only width is valid, height is 100%. Top/Bottom: only height is valid, width is 100%.
Enumeration members
Enumeration member | Value |
---|---|
| "BOTTOM" |
| "CENTER" |
| "LEFT" |
| "RIGHT" |
| "TOP" |