We have noticed that rectangular shapes is incorrectly rendered on
resize. Following code expected to add to the diagram resizable straight
rectangle:
diagram.AddShape(new RadDiagramShape
{
Geometry = geometry,
BorderBrush
= Brushes.Green,
StrokeThickness
= thickness,
Position
= new Point(50, 50),
Background
= Brushes.Transparent
});
Instead it draws rectangle with excluded corners.
Moreover if rectangle is been resized user can see strange effect when set and configuration of excluded
corners are changing. See it in action on this video: https://www.youtube.com/watch?v=dK4mXmlEOhc
We are using Telerik WPF
2013.3.1016.40
How resolve this error?
It depends on RadiusX, RadiusY (e.g. there are less cut corners when both set to 0.009), but never completely resolved.
Please help us to workaround
this problem in version we use.
resize. Following code expected to add to the diagram resizable straight
rectangle:
diagram.AddShape(new RadDiagramShape
{
Geometry = geometry,
BorderBrush
= Brushes.Green,
StrokeThickness
= thickness,
Position
= new Point(50, 50),
Background
= Brushes.Transparent
});
Instead it draws rectangle with excluded corners.
Moreover if rectangle is been resized user can see strange effect when set and configuration of excluded
corners are changing. See it in action on this video: https://www.youtube.com/watch?v=dK4mXmlEOhc
We are using Telerik WPF
2013.3.1016.40
How resolve this error?
It depends on RadiusX, RadiusY (e.g. there are less cut corners when both set to 0.009), but never completely resolved.
Please help us to workaround
this problem in version we use.