Skip to main content
A newer version of this page is available. .

TcxLookAndFeel.Painter Property

Provides access to the active look & feel painter.

Declaration

property Painter: TcxCustomLookAndFeelPainter read;

Property Value

Type
TcxCustomLookAndFeelPainter

Remarks

A painter implements all UI draw routines specific to the corresponding look & feel style. Use the Painter property to access the painter class that draws all UI elements according to the active look & feel settings.

See Also