ConstReadonlyAuto: "Auto"ReadonlyGraduated: "Graduated"ReadonlyGrid: "Grid"ReadonlyHorizontal: "Horizontal"ReadonlyLink: "Link"ReadonlyPosition: "Position"ReadonlySpot: "Spot"ReadonlyTable: "Table"ReadonlyTableColumn: "TableColumn"ReadonlyTableRow: "TableRow"ReadonlyVertical: "Vertical"ReadonlyViewbox: "Viewbox"since4.0
All built-in panel layout type names for the Panel constructor and Panel.type. Use these constants instead of plain strings for autocomplete and type safety.
Note: You can also use the static properties on Panel, e.g.
Panel.Auto,Panel.Table.Example: