0

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.

4

1 に答える 1

1

3D モデリング パッケージを使用してオブジェクトを作成し、XAML にエクスポートする必要があります。

この機能を備えた無料のパッケージや、無料トライアル付きの高価なパッケージがたくさんあります。

于 2010-01-27T14:23:08.947 に答える