Docs (4.0.0)
class WebTheme method

setLogicalPxScale

Sets the logical pixel scale as a factor of the default value.

static

static setLogicalPxScale(scale: number): void

Note
This value can also be set using the options callback provided to useWebContext().

Related