Panel loader
Container that displays different alternative panels at runtime according to the set logics
- BrowseName
- PanelLoader
- SuperType
- Container(Container)
Properties
| Name | BrowseName | DataType | Description |
|---|---|---|---|
| Panel | Panel | NodeId | Panel to be displayed. Must be a widget |
| Panel alias node | PanelAliasNode | NodeId | Node to which to point any alias in the panel to be displayed |
| Current panel | CurrentPanel | NodeId | Node ID of the node of the panel displayed |
| Enter animation | EnterAnimation | PanelLoader animation | Type of entry animation on the change of panel |
| Exit animation | ExitAnimation | PanelLoader animation | Type of exit animation on the change of panel |
| Move target | MoveTarget | NodeId | (Inherited from Container) |
| Visible | Visible | Boolean | (Inherited from Element) |
| Enabled | Enabled | Boolean | (Inherited from Element) |
| Opacity | Opacity | Float | (Inherited from Element) |
| Left margin | LeftMargin | Size | (Inherited from Element) |
| Top margin | TopMargin | Size | (Inherited from Element) |
| Right margin | RightMargin | Size | (Inherited from Element) |
| Bottom margin | BottomMargin | Size | (Inherited from Element) |
| Width | Width | Size | (Inherited from Element) |
| Height | Height | Size | (Inherited from Element) |
| Horizontal alignment | HorizontalAlignment | Horizontal alignment | (Inherited from Element) |
| Vertical alignment | VerticalAlignment | Vertical alignment | (Inherited from Element) |
| Rotation | Rotation | Size | (Inherited from Element) |
