Back to Devexpress

DxHtmlPainterArgs.LookAndFeel Property

windowsforms-devexpress-dot-utils-dot-html-dot-dxhtmlpainterargs.md

latest1.2 KB
Original Source

DxHtmlPainterArgs.LookAndFeel Property

Gets or sets the object that stores look-and-feel settings of the parent control.

Namespace : DevExpress.Utils.Html

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public UserLookAndFeel LookAndFeel { get; set; }
vb
Public Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

Stores look-and-feel settings of the parent control.

|

See Also

DxHtmlPainterArgs Class

DxHtmlPainterArgs Members

DevExpress.Utils.Html Namespace