Migration Guide : C. Features Introduced in OpenROAD 5.1 : New Features : RadioField Attributes
 
Share this page          
RadioField Attributes
The RadioField system class has two new attributes:
ColumnHeightCompressed
Determines how the display height of a RadioField is determined when the Orientation attribute is set to FO_VERTICAL. If ColumnHeightCompressed is set to TRUE, OpenROAD shrinks the distance between successive RadioField entries.
ColumnWidthCompressed
Determines how the display width of a RadioField is determined when the Orientation attribute is set to FO_HORIZONTAL. If ColumnWidthCompressed is set to FALSE, OpenROAD sets the horizontal width of each RadioField column to the width of the longest column. If set to TRUE, OpenROAD trims blank space from the end of columns that are shorter than the longest column.
For more information about these attributes, see the Language Reference Guide and the System Reference Summary.