viewFlags

Accessor

The ViewFlags associated with the display style.

get: ViewFlags

note If the style is associated with a ViewState attached to a Viewport, use viewFlags to modify the ViewFlags to ensure the changes are promptly visible on the screen.

note Do not modify the ViewFlags in place. Clone them and pass the clone to the setter.


Setter

The ViewFlags associated with the display style.

set(flags: ViewFlags): void

Parameter Type Description
flags ViewFlags  

Defined in

Last Updated: 08 January, 2020