Back to Devexpress

DxHtmlPainterArgs.Appearance Property

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

latest1.2 KB
Original Source

DxHtmlPainterArgs.Appearance Property

Gets or sets the object that stores appearance-related 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 AppearanceObject Appearance { get; set; }
vb
Public Property Appearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

Stores appearance-related settings of the parent control.

|

See Also

DxHtmlPainterArgs Class

DxHtmlPainterArgs Members

DevExpress.Utils.Html Namespace