The TcxLabelProperties
object is a helper object that holds specific properties of a label component. To obtain the TcxLabelProperties
object in your scripts, use the Properties
property of a label component.
You can use properties of this object to apply visual effects to the label text. To change the style in which the label text is painted, use the LabelStyle
property. The Glyph
property lets you specify the texture used to draw the label text. To apply the 3D shadow effect to the label text, use the LabelEffect
, Depth
, Orientation
and ShadowedColor
properties.