UserLookAndFeel.Painter Property
Gets the painter based on the style currently applied for drawing control’s elements.
Namespace: DevExpress.LookAndFeel
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.LookAndFeel.BaseLookAndFeelPainters | A BaseLookAndFeelPainters class descendant specifying the painter corresponding to the current style which is defined by UserLookAndFeel.ActiveStyle. |
Remarks
The property supports the internal infrastructure and usually you do not need to use it in your code.
See Also