This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Enumerates the layers of a Visual.

Location

Namespace
Fuse
Package
Fuse.Nodes 2.9.1

Possible Values

Underlay

Drawn before/behind all other layers. Visuals in the underlay layer do not contribute to the size of the parent layer.

Background

Drawn after Underlay and before Layout layer. Visuals in the background layer do not contribute to the size of the parent layer.

Layout

Drawn after the background and before the overlay layer. Visuals in this layer contribute to the size of the parent layer in LayoutControls.

Overlay

Drawn after/on top all other layers. Visuals in the overlay layer do not contribute to the size of the parent layer.

Show Uno properties and methods

Interface of Layer

Background : Layer uno

Drawn after Underlay and before Layout layer. Visuals in the background layer do not contribute to the size of the parent layer.

Layout : Layer uno

Drawn after the background and before the overlay layer. Visuals in this layer contribute to the size of the parent layer in LayoutControls.

Overlay : Layer uno

Drawn after/on top all other layers. Visuals in the overlay layer do not contribute to the size of the parent layer.

Underlay : Layer uno

Drawn before/behind all other layers. Visuals in the underlay layer do not contribute to the size of the parent layer.

Inherited from object