Layer Enum
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.
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.
HasFlag(Layer) : bool uno
Layer - Layer : Layer uno
Layer != Layer : bool uno
Layer & Layer : Layer uno
Layer ^ Layer : Layer uno
Layer == Layer : bool uno
Layer | Layer : Layer uno
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.