: boxed_radio_row
Place a rectangle around a row of radio buttons, with an optional title. DCL Cluster Tile
This cluster tile places a border around a row of radio buttons. When the label attribute is missing or a null string ("") is used, the border appears without a title.
NOTE
value = "1"
Valid Attributes
: boxed_radio_row {
alignment = position;
children_alignment = position;
children_fixed_height = flag;
children_fixed_width = flag;
fixed_height = flag;
fixed_width = flag;
height = number;
label = "string";
value = "string";
width = number;
}
Example
: boxed_radio_row {
label="Edit Corner"
: radio_button {
action = "(chamferlsp)";
key = "R5";
label = "Chamfer";
}
: radio_button {
action = "(filletlsp)";
key = "R6";
label = "Fillet";
}
}
Related DCL Tiles