4

I'm using HelixToolkit to show some 3-D models. There is an icon in the right bottom of the window. How can it be hidden? Please look at this screenshot:

Screenshot

Sᴀᴍ Onᴇᴌᴀ
  • 8,218
  • 8
  • 36
  • 58
Linojan
  • 136
  • 1
  • 4
  • 10

1 Answers1

3

You only have to set the HelixViewport3D's ShowViewCube property to false:

<h:HelixViewport3D ShowViewCube="False">
    ...
<h:HelixViewport3D>
Fendoroid
  • 91
  • 6
  • It would be good if this answer was marked as the accepted answer @Linojan - I see you are still active on StackOverflow, could you spare the time to do this? – Matt Breckon Jun 16 '20 at 09:06