Label_Col_Offset - ComboEntry

The horizontal distance from the object to its label

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: None

Syntax
 Property Integer Label_Col_Offset

Read Access: Get Label_Col_Offset to IntegerVariable
Write Access: Set Label_Col_Offset to IntegerVariable/Value


Description

Label_Col_Offset is the horizontal distance from the object to its label. Units represent distance to the left (i.e., labels appear to the left of their object). If the label's justification-mode is left or top (jmode_left, jmode_top) this represents the distance from left edge of the object to the left edge of its label. If the justification-mode is right (jmode_right) this represents the distance from the left edge of the object to the right edge of the label. By default, this is the value of default_label_offset, which is supplied with a value of 60 (this is a global integer which can be changed).

Default is default label offset.

See Also

Label_Offset