Name | Type | Description |
---|---|---|
height | Number | The height of the dialog. |
horizontalMargin | Number | Left and right margins of the area displaying the dialog. |
horizontalSpacing | Number | Left space between dialogs. |
keepDialogSize | Boolean | Whether to maintain the dialog size. |
verticalMargin | Number | Top and bottom margins of the area displaying the dialog. |
verticalSpacing | Number | Top space between dialogs. |
width | Number | Width of the dialog. |
type | Number |
---|---|
The height of the dialog. If keepDialogSize is true, this property value is ignored. The default is set to the height calculated from the container.
|
type | Number |
---|---|
Left and right margins of the area displaying the dialog. Default is 0.
|
type | Number |
---|---|
Left space between dialogs. The default is 32.
|
type | Boolean |
---|---|
Whether to maintain the dialog size. The default is false.
|
type | Number |
---|---|
Top and bottom margins of the area displaying the dialog. Default is 0.
|
type | Number |
---|---|
Top space between dialogs. The default is 32.
|
type | Number |
---|---|
Width of the dialog. If keepDialogSize is true, this property value is ignored. The default is set to the width calculated from the container.
|