Namespace: LayoutBufferMode

graphics. LayoutBufferMode

The enumeration of the graphics.Layout buffering modes.

Members


<static> AUTO :string

The "auto" buffering mode is used when the layout initialize this internal buffer with all childs registered in the container of the layout.

Type:
  • string
Default Value:
  • auto

<static> NORMAL :string

The "normal" buffering mode use the natural internal buffer of the layout, the user must fill the layout manually.

Type:
  • string
Default Value:
  • normal