Back to Devexpress

UserLookAndFeel.Painter Property

windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-d5ef196d.md

latest1.4 KB
Original Source

UserLookAndFeel.Painter Property

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

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public BaseLookAndFeelPainters Painter { get; }
vb
<Browsable(False)>
Public ReadOnly Property Painter As BaseLookAndFeelPainters

Property Value

TypeDescription
DevExpress.LookAndFeel.BaseLookAndFeelPainters

A BaseLookAndFeelPainters class descendant specifying the painter corresponding to the current style.

|

Remarks

The property supports the internal infrastructure and usually you do not need to use it in your code.

See Also

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace