windowsforms-devexpress-dot-utils-c5563d77.md
An appearance object.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class AppearanceObject :
IDisposable,
ICloneable,
IXtraSerializableLayoutEx,
IXtraSerializable,
ISupportDXSkinColorsSerialization
Public Class AppearanceObject
Implements IDisposable,
ICloneable,
IXtraSerializableLayoutEx,
IXtraSerializable,
ISupportDXSkinColorsSerialization
The following members return AppearanceObject objects:
Show 574 links
The AppearanceObject class exposes properties, events, and methods that customize the look and feel of object contents (for example, background color, font, brush, etc.). Methods and events allow you to control the display of contents.
When an AppearanceObject’s style setting (for example, BackColor , ForeColor , Font and TextOptions.HAlignment ) is set to a non-default value, the corresponding Options.Use… option (for instance, Options.UseBackColor , Options.UseForeColor , Options.UseFont and Options.UseTextOptions ) is automatically set to true in the following cases:
In other cases, the Options.Use… options are not automatically enabled. You may need to enable these options manually for the style settings to be in effect.
Read the following topic for additional information and examples: Appearances.
Object AppearanceObject AppearanceObjectEx
HyperlinkLabelControlAppearanceObject
See Also