Label Alignment (LabelHalign)

Defines how labels are aligned in stacked and accordion tabs. Default is left.

"LabelHalign=left | right | center"

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

Applicable only if the Tab Orientation is set to stack. Otherwise, the label is always centered.

Using in ProcScript

You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.

$fieldproperties(FLD) = "taborientation=stack;labelhalign=right"

Applies To

utabex (TabEx)

Related Topics