I can specify system colors in xaml using "{DynamicResource {x:Static SystemColors.ControlBrushKey}}" etc. Is it possible to do something similar but for screen width and height, e.g. {x:Static SystemColors.ControlBrushKey} / 2 etc?
Gouranga Gupta :-)