如果装箱行或列的标签属性为空 ( “ ” ) 或 null ( “” ),则该框将包围集群,但不显示任何文本。 单个空白不会在框中显示为空格。但是,空白标签和空标签的布局方式有所不同:
在以下 DCL 代码中,保证前两列周围的框的顶行对齐(具有相同的 Y 位置),并且保证第三列周围的框的顶行在其上方或下方没有间距,默认边距除外: : row {
: boxed_column {
label = "Some Text";
}
: boxed_column {
label = " "; // single blank: the default
}
: boxed_column {
label = ""; // null string
}
}
父主题: |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-10-29 17:07
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.