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

AppearanceObject.ControlAppearance Property

Gets the default appearance settings which are used to paint 3-D elements in Windows.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
public static AppearanceObject ControlAppearance { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object which represents the default appearance settings used to paint 3-D elements in Windows.

Remarks

This property returns an AppearanceObject instance, whose AppearanceObject.BackColor and AppearanceObject.BorderColor properties are set to the Control value. The AppearanceObject.ForeColor property is set to the ControlText value.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ControlAppearance property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also