Drawing a text in OnRender method
- by Eden
I have a class which inherits from Canvas. On the OnRender method I draw a text which is being covered by the controls that are on the canvas.
Is there a method to place the text "above" the controls? is there an OnRenderComplete method (that is being called after the visual tree was rendered)?