Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomLabelProperties.LabelStyle Property

Specifies the painting style of the label’s text.

#Declaration

Delphi
property LabelStyle: TcxLabelStyle read; write; default cxlsNormal;

#Property Value

Type Default
TcxLabelStyle cxlsNormal

#Remarks

Use the LabelStyle property to define the painting style of the label’s text.

Possible LabelStyle property values include:

Value Meaning Picture
cxlsNormal The label is drawn as is without any special effects.
cxlsRaised The label is drawn using a raised style.
cxlsLowered The label is drawn in a lowered style.
cxlsOutLine The label is painted with an outline with its width defined by the Properties.PenWidth property.

The default value of the LabelStyle property is cxlsNormal.

See Also