views:

206

answers:

1

Hello,

Is it possible to get the mouse position on Silverlight, without hooking on some MouseEvent? Like in WPF which is Mouse.GetPosition(object relativeTo).

Thanks

+1  A: 

In a word: no. Actually I need more words for SO's sake.

AnthonyWJones
i have to run a method on render, which depends from the position of the mouse. how can i do this ? thanks
jose