Qurak

Alignment

Available

Option symbol for specifying alignment in layouts

Alignment
Row[Table[Button["y", ImageSize -> {Automatic, 50}, Alignment -> a], {a, {Top, Center, Bottom}}], "xxx"] → Button[y, ImageSize -> {Automatic, 50}, Alignment -> Top]xxxButton[y, ImageSize -> {Automatic, 50}, Alignment -> Center]xxxButton[y, ImageSize -> {Automatic, 50}, Alignment -> Bottom]Grid[{{1.234, 12.34}, {123.4, 1234.}, {1234, 1.234}}, Alignment -> "."] → Grid[{{1.234, 12.34}, {123.4, 1234.}, {1234, 1.234}}, Alignment -> .]CellPrint[Cell["abc", PageWidth -> 200, CellFrame -> 1, Alignment -> Center]] → CellPrint[Cell[abc, PageWidth -> 200, CellFrame -> 1, Alignment -> Center]]

Topics

Related

All 6300 functions · Use this from an MCP client