Migration Guide : C. Features Introduced in OpenROAD 5.1 : New Features : FormField.BgDisplayPolicy Attribute
 
Share this page                  
FormField.BgDisplayPolicy Attribute
The FormField system class has a new attribute, BgDisplayPolicy. The BgDisplayPolicy attribute controls the positioning and display of form field background images. Valid values include:
BDP_FIXED
Specifies that the image is anchored to the top left corner of the field
BDP_RELATIVE
Specifies that the image is anchored relative to the nearest fixed-position parent field. Scalar and shape fields in upgraded pre-existing applications are given this setting to maintain backward compatibility.
BDP_DEFAULT
Is the equivalent of BDP_FIXED. Used for new fields.
For more information about this attribute, see the Language Reference Guide and the System Reference Summary.