TcxCustomLabelProperties.LabelStyle Property
In This Article
Specifies the painting style of the label’s text.
#Declaration
Delphi
property LabelStyle: TcxLabelStyle read; write; default cxlsNormal;
#Property Value
Type | Default |
---|---|
Tcx |
cxls |
#Remarks
Use the LabelStyle property to define the painting style of the label’s text.
Possible LabelStyle property values include:
Value | Meaning | Picture |
---|---|---|
cxls |
The label is drawn as is without any special effects. | ![]() |
cxls |
The label is drawn using a raised style. | ![]() |
cxls |
The label is drawn in a lowered style. | ![]() |
cxls |
The label is painted with an outline with its width defined by the Properties. |
![]() |
The default value of the LabelStyle property is cxlsNormal.
See Also