captionPosition

Type: Integer

Availability: Read or write at any time

The captionPosition property of the JadeSkinGroupBox class contains the position of the caption (or the value of the myLabelSkin property) using the constant values listed in the following table.

Class Constant Integer Value Description
CaptionPosition_Left_Top 0 Left-justified at the top (the default)
CaptionPosition_Left_Middle 1 Left-justified and centered vertically
CaptionPosition_Left_Bottom 2 Left-justified at the bottom
CaptionPosition_Right_Top 3 Right-justified at the top
CaptionPosition_Right_Middle 4 Right-justified and centered vertically
CaptionPosition_Right_Bottom 5 Right-justified at the bottom
CaptionPosition_Center_Top 6 Centered horizontally at the top
CaptionPosition_Center_Middle 7 Centered horizontally and vertically
CaptionPosition_Center_Bottom 8 Centered horizontally at the bottom