Drawing a text in OnRender method
Posted
by Eden
on Stack Overflow
See other posts from Stack Overflow
or by Eden
Published on 2010-04-18T14:39:46Z
Indexed on
2010/04/18
14:43 UTC
Read the original article
Hit count: 517
wpf
|wpf-controls
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)?
© Stack Overflow or respective owner