RasterToolbar.showBackground( isVisible )
Shows/hides the toolbar's background.Parameters
Name | Type | Description | |
---|---|---|---|
isVisible | boolean |
true shows the assigned css background (default);
false makes the toolbar's background transparent. |
Returns
Type | Description |
---|---|
object | The toolbar object. This allow for chaining multiple setter methods in one single statement. |