Skip to main content
A newer version of this page is available. .

UserLookAndFeel.Painter Property

Gets the painter based on the style currently applied for drawing control’s elements.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public BaseLookAndFeelPainters Painter { get; }

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