Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 HelixToolkit 来展示一些 3-D 模型。窗口右下角有一个图标。怎么可能隐藏?请看这个截图:
您只需将HelixViewport3D'ShowViewCube属性设置为 false:
HelixViewport3D
ShowViewCube
<h:HelixViewport3D ShowViewCube="False"> ... <h:HelixViewport3D>