TcxCustomLabelProperties Class
In This Article
Represents settings specific to label controls.
#Declaration
Delphi
TcxCustomLabelProperties = class(
TcxCustomEditProperties
)
#Remarks
Options include:
Text painting effects (Angle, LabelStyle, PenWidth, Transparent, and WordWrap).
A bitmap for painting the label’s text (Glyph).
3D shadow effects (LabelEffect, Depth, Orientation, and ShadowedColor).
A line drawn next to the label’s caption (LineOptions).
The TcxCustomLabelProperties object is referenced by a label’s Properties property.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomEditProperties
TcxCustomLabelProperties
See Also