In WPF, I want to get the angular location TabControlin my code, so I can set the location of ToolWindow accordingly when shown.
How to get the location of a given UIElement?
buildingInfoWindow = new BuildingInfoWindow();
buildingInfoWindow.Owner = this;
source
share