viewFlags

AccessorReadOnly

Get the ViewFlags from the DisplayStyleState of this ViewState.

get: ViewFlags

note Do not modify this object directly. Instead, use the setter as follows:

typescript const flags = viewState.viewFlags.clone(); flags.renderMode = RenderMode.SmoothShade; // or whatever alterations are desired viewState.viewFlags = flags;typescript


Defined in

Last Updated: 08 January, 2020