Skip to main content

UserLookAndFeel.Painter Property

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

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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