Can layout Editor control colors (labels, for example)?

Just experimenting with developing a complex, UI-rich layout to explore the edges of Xojo. The text of most of my static labels are usually a dark shade of gray, not black. Can the font colors of items such as Label text be set in the layout editor? Or is that a programatic-only item that should be set in the label’s Open event?

Alter the TEXTCOLOR property in the Inspector Pane… Simple as that.’

  • Text
  • TextAlign
  • TextColor
  • Multiline
  • Enabled
  • Visible
  • Selectable
  • Transparent
  • HelpTag

can all be set at design time

Thank you. Wow. I THOUGHT I had exhaustively searched for those attributes. Embarrassing.

what about drop shadow on buttons?

You have to do this yourself. However, the newer the version of macOS the less shadow you get. Shadow isn’t in anymore.