captionPositionTopOffset

Type: Integer

Availability: Read or write at any time

The captionPositionTopOffset property of the JadeSkinGroupBox class contains the value that is added to the calculated top position resulting from the captionPosition property value.

For example, to position the caption nine pixels from the bottom right of the group box control, set the value of the captionPositionTopOffset to -9 and the value of the captionPosition property to CaptionPosition_Right_Bottom (5).

The value of the captionPositionTopOffset property is ignored if the position causes the caption to fall outside the group box area.

The default value of zero (0) indicates that the top position of the group box caption is not offset.