Previously in ArcObjects if you wanted to draw a symbol as an image to use as a preview image (i.e. in like a button) you could use this code: preview IMarkerSymbol symbol however the Symbol class in Runtime does not have the SetupDC, Draw, ResetDC calls in it and I don't see any other properties that would allow binding its image to a button in XAML or code-behind. How would I do the same capability with the symbol classes in ArcGIS Runtime?
Thanks