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