I have a view where I want to align three labels over a button (it doesn't need to be a button, but it's the only way I can figure out how to draw a circle without it being an image). As a subclass of VisualElement, my understanding is that Label is supposed to have TranslationX and TranslationY properties, but I can't seem to access that. I'm trying to write as much of my code as possible using forms, so that is will be cross-platform compatible. Am I missing something?
↧