TcxLookAndFeel.Painter Property
In This Article
Provides access to the active native or deprecated look & feel painter.
#Declaration
Delphi
property Painter: TcxCustomLookAndFeelPainter read;
#Property Value
Type | Description |
---|---|
Tcx |
Returns the active skin painter if the operating system-dependent style or a deprecated look & feel style is applied to a control. This property returns Cast the property value to the corresponding Tcx Tip Call the |
#Remarks
A painter implements all UI draw routines specific to the corresponding look & feel style.
See Also