LabelStyle Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specified the style of the label text.

Declaration

componentPropObj.LabelStyle
Read-Write Property String
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxLabelProperties

Description

The LabelStyle property lets you determine or set the drawing style of the label text.

Property Value

One of the following string values:

Value Description
cxlsNormal No style effects. This is the default value.
cxlsRaised The label text appears raised.
cxlsLowered The label text appears lowered.
cxlsOutLine The label text appears outlined. The outline width is specified by the PenWidth property.

See Also

PenWidth Property

Highlight search results