Questions tagged [visualtreehelper]
92 questions
-2
votes
1 answer
Empty visual tree in WPF
I just want to see visual elements of controls, and to do it I created a really basic window which contains two labels and button. The problem is that I can't see any visual as I expected either in VisualTreeHelper or visual studio's tool named "WPF…

Canberk
- 1
-2
votes
1 answer
How do I get the outline of a UI element?
Basically WPF elements are rectangular in shape.
And it is very easy to get their outline through their Width and Height.
But in the general case, the contour of an element can be any line, including consisting of several contours that do not…

EldHasp
- 6,079
- 2
- 9
- 24