RasterSplitter.setAlignment( alignment )
Sets the aligment of the panel 1.Parameters
Name | Type | Description | |
---|---|---|---|
alignment | string | Alignment of panel 1. Use one of the following values: 'top', 'right, 'bottom', or 'left'. This argument is not case-sensitive. |
Returns
Type | Description |
---|---|
object | The splitter object. This allow for chaining multiple setter methods in one single statement. |