Use the function
ProUIRadiogroupAnchorSet() to set the position of the radiogroup with respect to a given anchor location. This function is applicable only if the parent of the Radiogroup is a drawing area.
Use the function
ProUIRadiogroupSizeSet() to set the size of the radiogroup. This field is used only if the parent is a drawing area. The function will fail, if you specify a value smaller than the minimum size for the input arguments
width or
height.
Use the function
ProUIRadiogroupMinimumsizeGet() to retrieve the minimum size of the width and height of the radiogroup in pixels. Use this function only if the parent is a drawing area.
Use the function
ProUIRadiogroupPositionSet() to set the position to the radiogroup with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUIRadiogroupPositionGet() to get the position to the radiogroup with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUIRadiogroupSizeGet() to get the size of the radiogroup. This field is used only if the parent is a drawing area.