captionPositionLeftOffset

Type: Integer

Availability: Read or write at any time

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

For example, to position the caption nine pixels from the top right of the group box control, set the value of the captionPositionLeftOffset to -9 and the value of the captionPosition property to CaptionPosition_Right_Top (3).

The value of the captionPositionLeftOffset 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 left position of the group box caption is not offset.