setGlobalStyle
When on, any changes to markup color, line width, and fill style will be set as the new global value when creating any new markup elements.
Syntax
RxCore.setGlobalStyle(global)
Parameters
global
: boolean —true
to turn on,false
to turn off.
Returns
- NA — This method does not return a value.