Sets the component render mode. This property only works with the Microsoft Windows based .NET 4 backend. With the platform independent backend, an error is thrown because there is only the SVG based render mode.

Introduced: 32.0.

<void> TXTextControl.setRenderMode(<ComponentRenderMode> value, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
value The component render mode.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.