Use the function
ProUILabelAnchorSet() to set the location to position the label with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUILabelSizeSet() to set the size of the label. 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
ProUILabelMinimumsizeGet() to retrieve the minimum size of the width and height of the label in pixels. Use this function only if the parent is a drawing area.
Use the function
ProUILabelPositionGet() to get the position of the label with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUILabelPositionSet() to set the position to the label with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUILabelSizeGet() to get the size of the label. This field is used only if the parent is a drawing area.