Question

is it possible create a cube with rounded corners in WPF? I found many examples that easily create cubes with hard edges but none with rounded ones. One possible solution would be a pre-rendered object, but that's not easy and controls to be put on the sides must be transformed separately.

Was it helpful?

Solution

You'll need to use a 3D modelling package to create the object and then export it to XAML.

There are plenty of free packages out there, or expensive ones with free trials, that should have this functionality.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top