RasterDialog.showShadow( isVisible )
Shows/hides the dialog's shadow.Parameters
| Name | Type | Description | |
|---|---|---|---|
| isVisible | boolean |
true shows the shadow (default);
false hides the shadow. |
Returns
| Type | Description |
|---|---|
| object | The dialog object. This allow for chaining multiple setter methods in one single statement. |