I have a situation where I want UIElement to have a top margin of
((this.height / 2) - 70)
Currently, the XAML property is
Margin="0, 40, 0, 0"
How can I combine the equation above into my XAML? I know this is probably simple, but I can't figure out what terms to search for.