TcxLookAndFeel.SkinPainter Property
In This Article
Provides access to the active skin painter.
#Declaration
Delphi
property SkinPainter: TcxCustomLookAndFeelPainter read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Returns the active skin painter if a skin is applied to a control. This property returns Cast the property value to the corresponding Tcx Tip Call the |
#Remarks
A skin painter implements all UI draw routines specific to the corresponding skin.
See Also