R – Silverlight: Access client desktop- Display properties

asp.net-3.5asp.net-ajaxsilverlight-2.0

I want to access the display properties of the client desktop in silverlight application and modify the application layout according 2 the ones set on client machine. When we right click on desktop and choose properties we get display properties dialog. i want to access appearance and theme properties from this. i hv to retrieve the appearance properties like font, theme etc and apply them in my silverlight application. I am also not sure whether this can be done in a normal web application.

Tried to google it but could find anything except code for resizing. But I want to access not only the screen width and height but the appearance settings also.

Any help would be appreciated.

Thanks 🙂

Best Answer

No way. This is private data that should not be exposed to any other domains.