Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppearanceObject.ControlAppearance Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

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

#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.

See Also