I created a user control containing a TorusVisual3D object inside HelixViewport3D. Everything works. But when I bind to the TubeDimaterProperty in XAML or in code my program crashes. I am not very ...
I have a usercontrol with a value property. Whenever it changes, I need to refresh/redesign the usercontrol. The usercontrol is used by a MainWindow and in XAML, the value property is bound to a ...