TdxLayoutCxLookAndFeel.LookAndFeelPainter Property
Provides access to the painter that corresponds to the currently used painting style.
Declaration
property LookAndFeelPainter: TcxCustomLookAndFeelPainter read;
Property Value
Type |
---|
TcxCustomLookAndFeelPainter |
Remarks
A layout control is drawn using the TcxCustomLookAndFeelPainter‘s descendant associated with the applied style.
Use the LookAndFeelPainter property to paint the layout control’s contents manually, if required.
See Also