Skip to content

Label_col_offset - cRichEdit

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
Access Type Syntax
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.