Feedback
Allow dot shorthand for shared values such as Colour.Red
- Status
- Fixed
- Fixed in
- v26.8.6
- Source discussion
- https://forum.objo.dev/d/923-colour-dot-assignment
- Last updated
- 2026-08-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Allow an expected type to supply a shared value through leading-dot shorthand, so code such as g.DrawingColour = .Red can use Colour.Red without repeating the type name. Studio autocomplete should offer only compatible shared values in the same contextual positions.