Setting the Cursor property in Silverlight has no effect -


i'm trying set cursor changes hand when mouse hovers item. doesn't seem have effect, cursor remains default one. example:

<grid x:name="layoutroot" background="white">     <rectangle width="100" height="100" fill="black" cursor="arrow" /> </grid> 

any idea why?

thanks!

silly question, but...arrow default cursor. did try other cursors "hand" or "wait"?


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -