Sets a value specifying whether text is vertically centered at the current text input position.
<void> InputFormat.setVerticallyCentered(<boolean> verticallyCentered, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| vertically |
Specifies whether text is vertically centered at the current text input position. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |