displayStyle

Accessor

The display style controller how the contents of this viewport are rendered.

get: DisplayStyleState

note To ensure proper synchronization, do not directly modify the DisplayStyleState returned by the getter. Instead, create a new one (possibly by cloning this display style) and pass it to the setter.


Setter

The display style controller how the contents of this viewport are rendered.

set(style: DisplayStyleState): void

Parameter Type Description
style DisplayStyleState  

Defined in

Last Updated: 08 January, 2020