This question is locked. New answers and comments are not allowed.
I have a RadMap with a VisualizationLayer on it. The RadMap has UseSpringAnimations="True" set for smooth zooming. My VisualizationLayer has a ShapeFill defined with StrokeThickness="1".
My problem happens when I zoom in on a shape with this Stroke set. It looks like the Stroke doesn't scale down until the map has stopped zooming. This creates a horrible effect where the borders of the shape can get really huge/thick while the user is zooming into the shape, and when the zooming stops, the borders jump down to thickness of 1. I assume I'm doing something wrong here?
Here is the definition of the ShapeFill:
<telerik:VisualizationLayer.ShapeFill>
<telerik:MapShapeFill Fill="#2000FF7F" Stroke="Black" StrokeThickness="1" />
</telerik:VisualizationLayer.ShapeFill>
Thanks,
Mike
My problem happens when I zoom in on a shape with this Stroke set. It looks like the Stroke doesn't scale down until the map has stopped zooming. This creates a horrible effect where the borders of the shape can get really huge/thick while the user is zooming into the shape, and when the zooming stops, the borders jump down to thickness of 1. I assume I'm doing something wrong here?
Here is the definition of the ShapeFill:
<telerik:VisualizationLayer.ShapeFill>
<telerik:MapShapeFill Fill="#2000FF7F" Stroke="Black" StrokeThickness="1" />
</telerik:VisualizationLayer.ShapeFill>
Thanks,
Mike