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:
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. |