I use HelixToolkit to display some 3D models. There is an icon in the lower right corner of the window. How can this be hidden? Take a look at this screenshot:
You only need to set the property HelixViewport3D ShowViewCubeto false:
HelixViewport3D
ShowViewCube
<h:HelixViewport3D ShowViewCube="False"> ... <h:HelixViewport3D>
Source: https://habr.com/ru/post/1668497/More articles:The read () system call returns a greater number than count - linuxHow can I get the top ten? - sqlstage 0 vs stage 4 TC39 javascript process - javascriptHow to stop indexing in xcode 8? - iosAsp.net WebApi: no types were found that matched the controller named "xxxx" - c #Does the code in Practical Reverse Engineering have an error, or am I misunderstanding the circuit design? - assemblyHow to use Xdebug with Laravel on Nginx with PHPStorm on Mac? - phpSQL Query возвращает значение, если выполняется более x секунд? - sql-serverPure virtual destructor of a local abstract class - c ++SQL UPDATE TOP () or UPDATE with SELECT TOP - sqlAll Articles