TcxLabelProperties Class
Represents a set of attributes specific to label controls.
Declaration
TcxLabelProperties = class(
TcxCustomLabelProperties
)
Remarks
The TcxLabelProperties class contains attributes specific to label controls. The label control’s properties are set via the Properties member.
Label attributes include:
text painting effects (see Properties.LabelStyle and Properties.PenWidth for details);
the 3D shadow effect (see Properties.LabelEffect, Properties.Depth and Properties.Orientation);
a bitmap for painting label text (see Properties.Glyph for details).
Inheritance
See Also