I've just run into the same problem because I didn't want a TagVisualization to display when I put a tag down (I wanted some items to be displayed in an already displayed librarystack). I solved it by setting the source of the ByteTagDefinition to null
the crosshairs are used as the default visualization if you dont specify a custom source. we did this in order to let developers get the layout & configuration working without having to first define the visualization. a crosshair was selected as a default visual because it can be helpful in validating your physical offset properties
发布评论
评论(2)
我刚刚遇到了同样的问题,因为我不希望在放置标签时显示 TagVisualization(我希望某些项目显示在已显示的库堆栈中)。我通过将 ByteTagDefinition 的源设置为 null 解决了这个问题,
这消除了十字线 - 我认为适用于 IdentityTags,尽管我还没有尝试过。
I've just run into the same problem because I didn't want a TagVisualization to display when I put a tag down (I wanted some items to be displayed in an already displayed librarystack). I solved it by setting the source of the ByteTagDefinition to null
This gets rid of the crosshair - and I assume will work for IdentityTags, although I have not tried.
如果您不指定自定义源,则十字准线将用作默认可视化效果。我们这样做是为了让开发人员获得布局和布局。配置工作无需首先定义可视化。选择十字线作为默认视觉效果,因为它有助于验证物理偏移属性
-robert(Surface 控件的前 PM)
the crosshairs are used as the default visualization if you dont specify a custom source. we did this in order to let developers get the layout & configuration working without having to first define the visualization. a crosshair was selected as a default visual because it can be helpful in validating your physical offset properties
-robert (former PM for the Surface controls)