TcxCustomLabelProperties.PenWidth Property
In This Article
Specifies the width of the label’s caption outline.
#Declaration
Delphi
property PenWidth: Integer read; write; default 1;
#Property Value
Type | Default |
---|---|
Integer | 1 |
#Remarks
The PenWidth property defines the width of the outline when the Properties.LabelStyle is set to cxlsOutline.
The following images show two different PenWidth settings:
Value | Meaning | Picture |
---|---|---|
0 | No outline. | ![]() |
2 | Outline width is 2. | ![]() |
The default value of the PenWidth property is 1.
See Also