Border Box, Text Box and Spacer Boxes (to control size) should get you what you want
Names Default To Here(1);
win = New Window("Example",
Border Box(Sides(15), << Set Background Color("Gray"),
fontobj = text = Text Box("Example Text", << Rotate Text("left"))
)
);
-Jarmo