Hi
I would very much like to be able to style a Graphic in XAML, but since alot of the properties are not DependencyProperties (and Graphic is not a FrameworkElement), I am unable to affect these changes, and the style is useless. I want to be able to style it and use templates/triggers to be able to change appearance of the graphic based on changes to the object being displayed as I would any other WPF control. Also support for binding attributes, such as rotation and other details.
I suppose IRenderer is the interface to use here, but a renderer able to get symbols and geometries from a Graphic would be more in the WPF style of defining appearance than the "old" renderer approach used in arcobjects.
Also binding the geometry to my viewmodel. Any immediate plans for extending the API to support this kind of functionallity?
Bjørnar Sundsbø